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(38.1947,-120.678)};var g_4d09e67a199599e89797752433cf5605 = new google.maps.Geocoder();g_4d09e67a199599e89797752433cf5605.geocode( { 'address': "169 E St Charles St, San Andreas, CA 95249, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-andreas-CA-atm-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-andreas-CA-atm-umpqua-bank'), mapOptions);}document.getElementById('a48fba52').innerHTML += ' | View Map';var $l4d09e67a199599e89797752433cf5605 = '

ATM (Umpqua Bank)

Address: 169 E St Charles St, San Andreas, CA 95249, USA
Phone:
';var m_4d09e67a199599e89797752433cf5605 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Umpqua Bank)',});m_4d09e67a199599e89797752433cf5605['infowindow'] = new google.maps.InfoWindow({content: $l4d09e67a199599e89797752433cf5605});var infowindow = new google.maps.InfoWindow({content: $l4d09e67a199599e89797752433cf5605});google.maps.event.addListener(m_4d09e67a199599e89797752433cf5605, 'click', function() {infowindow.open(map,m_4d09e67a199599e89797752433cf5605);});$marker.push(m_4d09e67a199599e89797752433cf5605);}});}google.maps.event.addDomListener(window, 'load', initialize);