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.816,-121.259)};var g_ef88fef8e09264936d52c7caefc5cc1f = new google.maps.Geocoder();g_ef88fef8e09264936d52c7caefc5cc1f.geocode( { 'address': "3021 Stanford Ranch Rd, Rocklin, CA 95765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-us-bank-atm---savemart-grocery-store-rocklin').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-us-bank-atm---savemart-grocery-store-rocklin'), mapOptions);}document.getElementById('d194f939').innerHTML += ' | View Map';var $lef88fef8e09264936d52c7caefc5cc1f = '

U.S. Bank ATM - Savemart Grocery Store Rocklin

Address: 3021 Stanford Ranch Rd, Rocklin, CA 95765, USA
Phone: (800) 872-2657
';var m_ef88fef8e09264936d52c7caefc5cc1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Savemart Grocery Store Rocklin',});m_ef88fef8e09264936d52c7caefc5cc1f['infowindow'] = new google.maps.InfoWindow({content: $lef88fef8e09264936d52c7caefc5cc1f});var infowindow = new google.maps.InfoWindow({content: $lef88fef8e09264936d52c7caefc5cc1f});google.maps.event.addListener(m_ef88fef8e09264936d52c7caefc5cc1f, 'click', function() {infowindow.open(map,m_ef88fef8e09264936d52c7caefc5cc1f);});$marker.push(m_ef88fef8e09264936d52c7caefc5cc1f);}});}google.maps.event.addDomListener(window, 'load', initialize);