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(37.9634,-121.338)};var g_5ede15ba796231e22fbfe7609d8c3366 = new google.maps.Geocoder();g_5ede15ba796231e22fbfe7609d8c3366.geocode( { 'address': "2808 Country Club Blvd, Stockton, CA 95204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-us-bank-atm---country-club---safeway').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-us-bank-atm---country-club---safeway'), mapOptions);}document.getElementById('2e889a88').innerHTML += ' | View Map';var $l5ede15ba796231e22fbfe7609d8c3366 = '

U.S. Bank ATM - Country Club - Safeway

Address: 2808 Country Club Blvd, Stockton, CA 95204, USA
Phone: (800) 872-2657
';var m_5ede15ba796231e22fbfe7609d8c3366 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Country Club - Safeway',});m_5ede15ba796231e22fbfe7609d8c3366['infowindow'] = new google.maps.InfoWindow({content: $l5ede15ba796231e22fbfe7609d8c3366});var infowindow = new google.maps.InfoWindow({content: $l5ede15ba796231e22fbfe7609d8c3366});google.maps.event.addListener(m_5ede15ba796231e22fbfe7609d8c3366, 'click', function() {infowindow.open(map,m_5ede15ba796231e22fbfe7609d8c3366);});$marker.push(m_5ede15ba796231e22fbfe7609d8c3366);}});}google.maps.event.addDomListener(window, 'load', initialize);