var latlng = new google.maps.LatLng(0, 0); var myOptions = { zoom: 15, center: latlng, scrollwheel: true, scaleControl: false, disableDefaultUI: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("map"), myOptions);
var geocoder_map = new google.maps.Geocoder(); var address = '700 NW 9th St., Battle Ground, WA'; geocoder_map.geocode( { 'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { map.setCenter(results[0].geometry.location);
var marker = new google.maps.Marker({ map: map,
position: map.getCenter() });
} else { alert("Geocode was not successful for the following reason: " + status); } });
Battleground Dojo – Chief Umtuch Elementary School
700 NW 9th St.
Battle Ground, WA
360-687-9230
Taught by Sensei Paul Hittle
