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.4639,-122.561)};var g_89d2a536c6219081a9985ba58f5c3ad6 = new google.maps.Geocoder();g_89d2a536c6219081a9985ba58f5c3ad6.geocode( { 'address': "8210 SE Aspen Summit Dr #58, Portland, OR 97266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-mom--pop-merchant-solutions').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-mom--pop-merchant-solutions'), mapOptions);}document.getElementById('3f7307f8').innerHTML += ' | View Map';var $l89d2a536c6219081a9985ba58f5c3ad6 = '

Mom & Pop Merchant Solutions

Address: 8210 SE Aspen Summit Dr #58, Portland, OR 97266, USA
Phone: (503) 707-2195
';var m_89d2a536c6219081a9985ba58f5c3ad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mom & Pop Merchant Solutions',});m_89d2a536c6219081a9985ba58f5c3ad6['infowindow'] = new google.maps.InfoWindow({content: $l89d2a536c6219081a9985ba58f5c3ad6});var infowindow = new google.maps.InfoWindow({content: $l89d2a536c6219081a9985ba58f5c3ad6});google.maps.event.addListener(m_89d2a536c6219081a9985ba58f5c3ad6, 'click', function() {infowindow.open(map,m_89d2a536c6219081a9985ba58f5c3ad6);});$marker.push(m_89d2a536c6219081a9985ba58f5c3ad6);}});}google.maps.event.addDomListener(window, 'load', initialize);