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.1222,-74.0635)};var g_537a67c425f9008a3ba185308046cf72 = new google.maps.Geocoder();g_537a67c425f9008a3ba185308046cf72.geocode( { 'address': "2426 Highway 34, Manasquan, NJ 08736"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manasquan-NJ-investors-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('manasquan-NJ-investors-savings-bank'), mapOptions);}document.getElementById('5af663c9').innerHTML += ' | View Map';var $l537a67c425f9008a3ba185308046cf72 = '

Investors Savings Bank

Address: 2426 Highway 34, Manasquan, NJ 08736
Phone: (732) 292-9423
';var m_537a67c425f9008a3ba185308046cf72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investors Savings Bank',});m_537a67c425f9008a3ba185308046cf72['infowindow'] = new google.maps.InfoWindow({content: $l537a67c425f9008a3ba185308046cf72});var infowindow = new google.maps.InfoWindow({content: $l537a67c425f9008a3ba185308046cf72});google.maps.event.addListener(m_537a67c425f9008a3ba185308046cf72, 'click', function() {infowindow.open(map,m_537a67c425f9008a3ba185308046cf72);});$marker.push(m_537a67c425f9008a3ba185308046cf72);}});}google.maps.event.addDomListener(window, 'load', initialize);