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 = '338 SW Oak, Hillsboro, OR'; 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); } });
Japan Karate Federation of Hillsboro
338 SW Oak
Hillsboro, OR 97124
503-640-1411
Sensei Wally Hancock, Sensei Daniel Hancock, Sensei Carl Skoro, Sensei Diana Shrewsbury, Sensei Laura Sall

