www.themac.com – Private site. You need a login to get into it.
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 = '1849 SE Salmon Street, Portland, 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
MAC Dojo – Multnomah Athletic Club
1849 SW Salmon
Portland, OR
503-223-6251
Taught by Sensei Bill Plapinger
Students participating in these classes MUST be MAC members.
