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.5953,-121.293)};var g_234c04f19f239b6d91cf473d6738deeb = new google.maps.Geocoder();g_234c04f19f239b6d91cf473d6738deeb.geocode( { 'address': "10655 Folsom Blvd, Rancho Cordova, CA 95670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cordova-CA-us-bank-atm-inside-safeway').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cordova-CA-us-bank-atm-inside-safeway'), mapOptions);}document.getElementById('5ce7ff2e').innerHTML += ' | View Map';var $l234c04f19f239b6d91cf473d6738deeb = '

U.S. Bank ATM inside Safeway

Address: 10655 Folsom Blvd, Rancho Cordova, CA 95670, USA
Phone: (800) 627-3999
';var m_234c04f19f239b6d91cf473d6738deeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM inside Safeway',});m_234c04f19f239b6d91cf473d6738deeb['infowindow'] = new google.maps.InfoWindow({content: $l234c04f19f239b6d91cf473d6738deeb});var infowindow = new google.maps.InfoWindow({content: $l234c04f19f239b6d91cf473d6738deeb});google.maps.event.addListener(m_234c04f19f239b6d91cf473d6738deeb, 'click', function() {infowindow.open(map,m_234c04f19f239b6d91cf473d6738deeb);});$marker.push(m_234c04f19f239b6d91cf473d6738deeb);}});}google.maps.event.addDomListener(window, 'load', initialize);