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.5826,-74.9582)};var g_14d0ad624574cd7632d83bf2d8bd6f91 = new google.maps.Geocoder();g_14d0ad624574cd7632d83bf2d8bd6f91.geocode( { 'address': "353 Pittstown Rd, Pittstown, NJ 08867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-NJ-northfield-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-NJ-northfield-bank'), mapOptions);}document.getElementById('825dd78c').innerHTML += ' | View Map';var $l14d0ad624574cd7632d83bf2d8bd6f91 = '

Northfield Bank

Address: 353 Pittstown Rd, Pittstown, NJ 08867, USA
Phone: (908) 238-9060
';var m_14d0ad624574cd7632d83bf2d8bd6f91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northfield Bank',});m_14d0ad624574cd7632d83bf2d8bd6f91['infowindow'] = new google.maps.InfoWindow({content: $l14d0ad624574cd7632d83bf2d8bd6f91});var infowindow = new google.maps.InfoWindow({content: $l14d0ad624574cd7632d83bf2d8bd6f91});google.maps.event.addListener(m_14d0ad624574cd7632d83bf2d8bd6f91, 'click', function() {infowindow.open(map,m_14d0ad624574cd7632d83bf2d8bd6f91);});$marker.push(m_14d0ad624574cd7632d83bf2d8bd6f91);}});}google.maps.event.addDomListener(window, 'load', initialize);