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(39.6637,-74.9661)};var g_c979ad63c9705f501680916c4d310a4c = new google.maps.Geocoder();g_c979ad63c9705f501680916c4d310a4c.geocode( { 'address': "1712 S Black Horse Pike, Williamstown, NJ 08094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-township-NJ-monroe-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-township-NJ-monroe-savings-bank'), mapOptions);}document.getElementById('d6db0dcb').innerHTML += ' | View Map';var $lc979ad63c9705f501680916c4d310a4c = '

Monroe Savings Bank

Address: 1712 S Black Horse Pike, Williamstown, NJ 08094, USA
Phone: (856) 629-7505
';var m_c979ad63c9705f501680916c4d310a4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monroe Savings Bank',});m_c979ad63c9705f501680916c4d310a4c['infowindow'] = new google.maps.InfoWindow({content: $lc979ad63c9705f501680916c4d310a4c});var infowindow = new google.maps.InfoWindow({content: $lc979ad63c9705f501680916c4d310a4c});google.maps.event.addListener(m_c979ad63c9705f501680916c4d310a4c, 'click', function() {infowindow.open(map,m_c979ad63c9705f501680916c4d310a4c);});$marker.push(m_c979ad63c9705f501680916c4d310a4c);}});}google.maps.event.addDomListener(window, 'load', initialize);