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.7481,-122.878)};var g_98fd2d9b131f6d04301adc90518e4808 = new google.maps.Geocoder();g_98fd2d9b131f6d04301adc90518e4808.geocode( { 'address': "51895 SW Old Portland Rd, Scappoose, OR 97056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scappoose-OR-matt-mchugh').style.display = '';map = new google.maps.Map(document.getElementById('scappoose-OR-matt-mchugh'), mapOptions);}document.getElementById('ef8d142f').innerHTML += ' | View Map';var $l98fd2d9b131f6d04301adc90518e4808 = '

Matt McHugh

Address: 51895 SW Old Portland Rd, Scappoose, OR 97056, USA
Phone: (503) 543-9999
';var m_98fd2d9b131f6d04301adc90518e4808 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Matt McHugh',});m_98fd2d9b131f6d04301adc90518e4808['infowindow'] = new google.maps.InfoWindow({content: $l98fd2d9b131f6d04301adc90518e4808});var infowindow = new google.maps.InfoWindow({content: $l98fd2d9b131f6d04301adc90518e4808});google.maps.event.addListener(m_98fd2d9b131f6d04301adc90518e4808, 'click', function() {infowindow.open(map,m_98fd2d9b131f6d04301adc90518e4808);});$marker.push(m_98fd2d9b131f6d04301adc90518e4808);}});}google.maps.event.addDomListener(window, 'load', initialize);