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.1178,-121.306)};var g_b61a00e91bf1923186681b71ad163ebd = new google.maps.Geocoder();g_b61a00e91bf1923186681b71ad163ebd.geocode( { 'address': "2449 W Kettleman Ln, Lodi, CA 95242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-us-bank-branch'), mapOptions);}document.getElementById('e6db99b3').innerHTML += ' | View Map';var $lb61a00e91bf1923186681b71ad163ebd = '

U.S. Bank Branch

Address: 2449 W Kettleman Ln, Lodi, CA 95242, USA
Phone: (209) 365-2213
';var m_b61a00e91bf1923186681b71ad163ebd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_b61a00e91bf1923186681b71ad163ebd['infowindow'] = new google.maps.InfoWindow({content: $lb61a00e91bf1923186681b71ad163ebd});var infowindow = new google.maps.InfoWindow({content: $lb61a00e91bf1923186681b71ad163ebd});google.maps.event.addListener(m_b61a00e91bf1923186681b71ad163ebd, 'click', function() {infowindow.open(map,m_b61a00e91bf1923186681b71ad163ebd);});$marker.push(m_b61a00e91bf1923186681b71ad163ebd);}});}google.maps.event.addDomListener(window, 'load', initialize);