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.1344,-121.274)};var g_dc33b93e01c3b3ce4269868811f3b08d = new google.maps.Geocoder();g_dc33b93e01c3b3ce4269868811f3b08d.geocode( { 'address': "121 Pine St, Lodi, CA 95240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-farmers--merchants-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-farmers--merchants-bancorp'), mapOptions);}document.getElementById('7b137849').innerHTML += ' | View Map';var $ldc33b93e01c3b3ce4269868811f3b08d = '

Farmers & Merchants Bancorp

Address: 121 Pine St, Lodi, CA 95240, USA
Phone: (209) 367-2300
';var m_dc33b93e01c3b3ce4269868811f3b08d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bancorp',});m_dc33b93e01c3b3ce4269868811f3b08d['infowindow'] = new google.maps.InfoWindow({content: $ldc33b93e01c3b3ce4269868811f3b08d});var infowindow = new google.maps.InfoWindow({content: $ldc33b93e01c3b3ce4269868811f3b08d});google.maps.event.addListener(m_dc33b93e01c3b3ce4269868811f3b08d, 'click', function() {infowindow.open(map,m_dc33b93e01c3b3ce4269868811f3b08d);});$marker.push(m_dc33b93e01c3b3ce4269868811f3b08d);}});}google.maps.event.addDomListener(window, 'load', initialize);