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.1148,-121.292)};var g_4b57d65c2104dd6aa9e34fc183136c2a = new google.maps.Geocoder();g_4b57d65c2104dd6aa9e34fc183136c2a.geocode( { 'address': "1540 W Kettleman Ln # A, Lodi, CA 95242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-community-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-community-business-bank'), mapOptions);}document.getElementById('7e03b0f8').innerHTML += ' | View Map';var $l4b57d65c2104dd6aa9e34fc183136c2a = '

Community Business Bank

Address: 1540 W Kettleman Ln # A, Lodi, CA 95242, USA
Phone: (209) 334-7400
';var m_4b57d65c2104dd6aa9e34fc183136c2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Business Bank',});m_4b57d65c2104dd6aa9e34fc183136c2a['infowindow'] = new google.maps.InfoWindow({content: $l4b57d65c2104dd6aa9e34fc183136c2a});var infowindow = new google.maps.InfoWindow({content: $l4b57d65c2104dd6aa9e34fc183136c2a});google.maps.event.addListener(m_4b57d65c2104dd6aa9e34fc183136c2a, 'click', function() {infowindow.open(map,m_4b57d65c2104dd6aa9e34fc183136c2a);});$marker.push(m_4b57d65c2104dd6aa9e34fc183136c2a);}});}google.maps.event.addDomListener(window, 'load', initialize);