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.8801,-123.03)};var g_018af9d8c8dbef801bc0238fc980432f = new google.maps.Geocoder();g_018af9d8c8dbef801bc0238fc980432f.geocode( { 'address': "5135 Commercial St SE, Salem, OR 97306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-atm-chase').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-atm-chase'), mapOptions);}document.getElementById('d5ff41e0').innerHTML += ' | View Map';var $l018af9d8c8dbef801bc0238fc980432f = '

ATM (Chase)

Address: 5135 Commercial St SE, Salem, OR 97306, USA
Phone:
';var m_018af9d8c8dbef801bc0238fc980432f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase)',});m_018af9d8c8dbef801bc0238fc980432f['infowindow'] = new google.maps.InfoWindow({content: $l018af9d8c8dbef801bc0238fc980432f});var infowindow = new google.maps.InfoWindow({content: $l018af9d8c8dbef801bc0238fc980432f});google.maps.event.addListener(m_018af9d8c8dbef801bc0238fc980432f, 'click', function() {infowindow.open(map,m_018af9d8c8dbef801bc0238fc980432f);});$marker.push(m_018af9d8c8dbef801bc0238fc980432f);}});}google.maps.event.addDomListener(window, 'load', initialize);