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.0558,-74.7599)};var g_578bb4c29d0146720385f5d340baa303 = new google.maps.Geocoder();g_578bb4c29d0146720385f5d340baa303.geocode( { 'address': "9417 3rd Ave, Stone Harbor, NJ 08247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stone-harbor-NJ-sturdy-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('stone-harbor-NJ-sturdy-savings-bank'), mapOptions);}document.getElementById('c1afe285').innerHTML += ' | View Map';var $l578bb4c29d0146720385f5d340baa303 = '

Sturdy Savings Bank

Address: 9417 3rd Ave, Stone Harbor, NJ 08247, USA
Phone: (609) 368-2911
';var m_578bb4c29d0146720385f5d340baa303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sturdy Savings Bank',});m_578bb4c29d0146720385f5d340baa303['infowindow'] = new google.maps.InfoWindow({content: $l578bb4c29d0146720385f5d340baa303});var infowindow = new google.maps.InfoWindow({content: $l578bb4c29d0146720385f5d340baa303});google.maps.event.addListener(m_578bb4c29d0146720385f5d340baa303, 'click', function() {infowindow.open(map,m_578bb4c29d0146720385f5d340baa303);});$marker.push(m_578bb4c29d0146720385f5d340baa303);}});}google.maps.event.addDomListener(window, 'load', initialize);