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 = '8770 SW Scoffins Street, Tigard, 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);
}
});
Get Driving Directions
Tigard Dojo
8770 SW Scoffins Street
Tigard, OR
503-629-9950
Taught by Sensei Daryl Welch, Sensei Dennin sWanless, Sensei James Faison, Sensei Kerin Schulz-Womack, Sensei Amie Leon, Sensei David Rightmire

