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.9372,-123.064)};var g_d47f862879f48e26415ecdb4273f4774 = new google.maps.Geocoder();g_d47f862879f48e26415ecdb4273f4774.geocode( { 'address': "1594 Edgewater St NW #130, Salem, OR 97304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-cashco-finanicial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-cashco-finanicial-services-inc'), mapOptions);}document.getElementById('849eced9').innerHTML += ' | View Map';var $ld47f862879f48e26415ecdb4273f4774 = '

CASHCO Finanicial Services, Inc.

Address: 1594 Edgewater St NW #130, Salem, OR 97304, USA
Phone: (503) 967-1810
';var m_d47f862879f48e26415ecdb4273f4774 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CASHCO Finanicial Services, Inc.',});m_d47f862879f48e26415ecdb4273f4774['infowindow'] = new google.maps.InfoWindow({content: $ld47f862879f48e26415ecdb4273f4774});var infowindow = new google.maps.InfoWindow({content: $ld47f862879f48e26415ecdb4273f4774});google.maps.event.addListener(m_d47f862879f48e26415ecdb4273f4774, 'click', function() {infowindow.open(map,m_d47f862879f48e26415ecdb4273f4774);});$marker.push(m_d47f862879f48e26415ecdb4273f4774);}});}google.maps.event.addDomListener(window, 'load', initialize);