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(44.967,-122.983)};var g_12a6be688b8bef075c008a891fc56f68 = new google.maps.Geocoder();g_12a6be688b8bef075c008a891fc56f68.geocode( { 'address': "3256 Lancaster Dr NE, Salem, OR 97305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-cash--go').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-cash--go'), mapOptions);}document.getElementById('62fd3281').innerHTML += ' | View Map';var $l12a6be688b8bef075c008a891fc56f68 = '

Cash & Go

Address: 3256 Lancaster Dr NE, Salem, OR 97305, USA
Phone: (503) 371-5456
';var m_12a6be688b8bef075c008a891fc56f68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash & Go',});m_12a6be688b8bef075c008a891fc56f68['infowindow'] = new google.maps.InfoWindow({content: $l12a6be688b8bef075c008a891fc56f68});var infowindow = new google.maps.InfoWindow({content: $l12a6be688b8bef075c008a891fc56f68});google.maps.event.addListener(m_12a6be688b8bef075c008a891fc56f68, 'click', function() {infowindow.open(map,m_12a6be688b8bef075c008a891fc56f68);});$marker.push(m_12a6be688b8bef075c008a891fc56f68);}});}google.maps.event.addDomListener(window, 'load', initialize);