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.6013,-74.4786)};var g_55928be791753218c540d1076c4f7b96 = new google.maps.Geocoder();g_55928be791753218c540d1076c4f7b96.geocode( { 'address': "205 N Washington Ave, Dunellen, NJ 08812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunellen-NJ-investors-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunellen-NJ-investors-savings-bank'), mapOptions);}document.getElementById('234b4c67').innerHTML += ' | View Map';var $l55928be791753218c540d1076c4f7b96 = '

Investors Savings Bank

Address: 205 N Washington Ave, Dunellen, NJ 08812
Phone: (732) 968-2864
';var m_55928be791753218c540d1076c4f7b96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investors Savings Bank',});m_55928be791753218c540d1076c4f7b96['infowindow'] = new google.maps.InfoWindow({content: $l55928be791753218c540d1076c4f7b96});var infowindow = new google.maps.InfoWindow({content: $l55928be791753218c540d1076c4f7b96});google.maps.event.addListener(m_55928be791753218c540d1076c4f7b96, 'click', function() {infowindow.open(map,m_55928be791753218c540d1076c4f7b96);});$marker.push(m_55928be791753218c540d1076c4f7b96);}});}google.maps.event.addDomListener(window, 'load', initialize);