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.4408,-74.729)};var g_80a9efd37c62cbdee2351192983a43d6 = new google.maps.Geocoder();g_80a9efd37c62cbdee2351192983a43d6.geocode( { 'address': "2201 Route 50, Mays Landing, NJ 08330"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mays-landing-NJ-sturdy-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('mays-landing-NJ-sturdy-savings-bank'), mapOptions);}document.getElementById('2cc72512').innerHTML += ' | View Map';var $l80a9efd37c62cbdee2351192983a43d6 = '

Sturdy Savings Bank

Address: 2201 Route 50, Mays Landing, NJ 08330
Phone: (609) 628-2662
';var m_80a9efd37c62cbdee2351192983a43d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sturdy Savings Bank',});m_80a9efd37c62cbdee2351192983a43d6['infowindow'] = new google.maps.InfoWindow({content: $l80a9efd37c62cbdee2351192983a43d6});var infowindow = new google.maps.InfoWindow({content: $l80a9efd37c62cbdee2351192983a43d6});google.maps.event.addListener(m_80a9efd37c62cbdee2351192983a43d6, 'click', function() {infowindow.open(map,m_80a9efd37c62cbdee2351192983a43d6);});$marker.push(m_80a9efd37c62cbdee2351192983a43d6);}});}google.maps.event.addDomListener(window, 'load', initialize);