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.8058,-121.221)};var g_2797fe1cc41844ef473a623bab9d32b0 = new google.maps.Geocoder();g_2797fe1cc41844ef473a623bab9d32b0.geocode( { 'address': "660 N Main St, Manteca, CA 95336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteca-CA-bank-of-stockton').style.display = '';map = new google.maps.Map(document.getElementById('manteca-CA-bank-of-stockton'), mapOptions);}document.getElementById('85515306').innerHTML += ' | View Map';var $l2797fe1cc41844ef473a623bab9d32b0 = '

Bank of Stockton

Address: 660 N Main St, Manteca, CA 95336
Phone: (209) 249-2200
';var m_2797fe1cc41844ef473a623bab9d32b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Stockton',});m_2797fe1cc41844ef473a623bab9d32b0['infowindow'] = new google.maps.InfoWindow({content: $l2797fe1cc41844ef473a623bab9d32b0});var infowindow = new google.maps.InfoWindow({content: $l2797fe1cc41844ef473a623bab9d32b0});google.maps.event.addListener(m_2797fe1cc41844ef473a623bab9d32b0, 'click', function() {infowindow.open(map,m_2797fe1cc41844ef473a623bab9d32b0);});$marker.push(m_2797fe1cc41844ef473a623bab9d32b0);}});}google.maps.event.addDomListener(window, 'load', initialize);