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.1317,-121.275)};var g_bccde57fb6a9f7956376ed38fc9ca02c = new google.maps.Geocoder();g_bccde57fb6a9f7956376ed38fc9ca02c.geocode( { 'address': "120 W Walnut St, Lodi, CA 95240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-bank-of-stockton-lodi').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-bank-of-stockton-lodi'), mapOptions);}document.getElementById('e73edf16').innerHTML += ' | View Map';var $lbccde57fb6a9f7956376ed38fc9ca02c = '

Bank of Stockton (Lodi)

Address: 120 W Walnut St, Lodi, CA 95240, USA
Phone: (209) 340-2300
';var m_bccde57fb6a9f7956376ed38fc9ca02c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Stockton (Lodi)',});m_bccde57fb6a9f7956376ed38fc9ca02c['infowindow'] = new google.maps.InfoWindow({content: $lbccde57fb6a9f7956376ed38fc9ca02c});var infowindow = new google.maps.InfoWindow({content: $lbccde57fb6a9f7956376ed38fc9ca02c});google.maps.event.addListener(m_bccde57fb6a9f7956376ed38fc9ca02c, 'click', function() {infowindow.open(map,m_bccde57fb6a9f7956376ed38fc9ca02c);});$marker.push(m_bccde57fb6a9f7956376ed38fc9ca02c);}});}google.maps.event.addDomListener(window, 'load', initialize);