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.1334,-121.274)};var g_f93c3017bce64c5c24850427b301b0d9 = new google.maps.Geocoder();g_f93c3017bce64c5c24850427b301b0d9.geocode( { 'address': "31 S School St, Lodi, CA 95240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('96ebc293').innerHTML += ' | View Map';var $lf93c3017bce64c5c24850427b301b0d9 = '

Bank of America Financial Center

Address: 31 S School St, Lodi, CA 95240, USA
Phone: (209) 334-7917
';var m_f93c3017bce64c5c24850427b301b0d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_f93c3017bce64c5c24850427b301b0d9['infowindow'] = new google.maps.InfoWindow({content: $lf93c3017bce64c5c24850427b301b0d9});var infowindow = new google.maps.InfoWindow({content: $lf93c3017bce64c5c24850427b301b0d9});google.maps.event.addListener(m_f93c3017bce64c5c24850427b301b0d9, 'click', function() {infowindow.open(map,m_f93c3017bce64c5c24850427b301b0d9);});$marker.push(m_f93c3017bce64c5c24850427b301b0d9);}});}google.maps.event.addDomListener(window, 'load', initialize);