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.6083,-74.2757)};var g_3bada4515773da40820cc1dd00fccb55 = new google.maps.Geocoder();g_3bada4515773da40820cc1dd00fccb55.geocode( { 'address': "1515 Irving St, Rahway, NJ 07065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rahway-NJ-northfield-bank').style.display = '';map = new google.maps.Map(document.getElementById('rahway-NJ-northfield-bank'), mapOptions);}document.getElementById('e5bac824').innerHTML += ' | View Map';var $l3bada4515773da40820cc1dd00fccb55 = '

Northfield Bank

Address: 1515 Irving St, Rahway, NJ 07065, USA
Phone: (732) 381-4242
';var m_3bada4515773da40820cc1dd00fccb55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northfield Bank',});m_3bada4515773da40820cc1dd00fccb55['infowindow'] = new google.maps.InfoWindow({content: $l3bada4515773da40820cc1dd00fccb55});var infowindow = new google.maps.InfoWindow({content: $l3bada4515773da40820cc1dd00fccb55});google.maps.event.addListener(m_3bada4515773da40820cc1dd00fccb55, 'click', function() {infowindow.open(map,m_3bada4515773da40820cc1dd00fccb55);});$marker.push(m_3bada4515773da40820cc1dd00fccb55);}});}google.maps.event.addDomListener(window, 'load', initialize);