var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(45.4354,-122.562)};var g_da37c9f5d35dd477e945cd4b3d2eb662 = new google.maps.Geocoder();g_da37c9f5d35dd477e945cd4b3d2eb662.geocode( { 'address': "10121 SE Sunnyside Rd #230, Clackamas, OR 97015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clackamas-OR-ken-maes').style.display = '';map = new google.maps.Map(document.getElementById('clackamas-OR-ken-maes'), mapOptions);}document.getElementById('521244fe').innerHTML += ' | View Map';var $lda37c9f5d35dd477e945cd4b3d2eb662 = '

Ken Maes

Address: 10121 SE Sunnyside Rd #230, Clackamas, OR 97015, USA
Phone: (503) 654-7369
';var m_da37c9f5d35dd477e945cd4b3d2eb662 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ken Maes',});m_da37c9f5d35dd477e945cd4b3d2eb662['infowindow'] = new google.maps.InfoWindow({content: $lda37c9f5d35dd477e945cd4b3d2eb662});var infowindow = new google.maps.InfoWindow({content: $lda37c9f5d35dd477e945cd4b3d2eb662});google.maps.event.addListener(m_da37c9f5d35dd477e945cd4b3d2eb662, 'click', function() {infowindow.open(map,m_da37c9f5d35dd477e945cd4b3d2eb662);});$marker.push(m_da37c9f5d35dd477e945cd4b3d2eb662);}});}google.maps.event.addDomListener(window, 'load', initialize);