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 = '402 N. 32nd Street, Billings, MT'; 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); } });
Billings Dojo – The Billings Family YMCA
402 N. 32nd Street
Billings, MT
(406) 248-1685
Taught by Sensei Michael Kok
