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(40.8783,-74.0807)};var g_cc06c1e0c81c4bc907340249361ba1a8 = new google.maps.Geocoder();g_cc06c1e0c81c4bc907340249361ba1a8.geocode( { 'address': "2 Arnot St, Lodi, NJ 07644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-NJ-bank-of-lodi').style.display = '';map = new google.maps.Map(document.getElementById('lodi-NJ-bank-of-lodi'), mapOptions);}document.getElementById('343ead08').innerHTML += ' | View Map';var $lcc06c1e0c81c4bc907340249361ba1a8 = '

Bank Of Lodi

Address: 2 Arnot St, Lodi, NJ 07644
Phone: (973) 591-5530
';var m_cc06c1e0c81c4bc907340249361ba1a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Lodi',});m_cc06c1e0c81c4bc907340249361ba1a8['infowindow'] = new google.maps.InfoWindow({content: $lcc06c1e0c81c4bc907340249361ba1a8});var infowindow = new google.maps.InfoWindow({content: $lcc06c1e0c81c4bc907340249361ba1a8});google.maps.event.addListener(m_cc06c1e0c81c4bc907340249361ba1a8, 'click', function() {infowindow.open(map,m_cc06c1e0c81c4bc907340249361ba1a8);});$marker.push(m_cc06c1e0c81c4bc907340249361ba1a8);}});}google.maps.event.addDomListener(window, 'load', initialize);