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(38.9716,-74.9277)};var g_d6220ef499b02a26a5916161ce56a187 = new google.maps.Geocoder();g_d6220ef499b02a26a5916161ce56a187.geocode( { 'address': "3851 Bayshore Rd, Cape May, NJ 08204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-may-NJ-sturdy-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('cape-may-NJ-sturdy-savings-bank'), mapOptions);}document.getElementById('de6dee76').innerHTML += ' | View Map';var $ld6220ef499b02a26a5916161ce56a187 = '

Sturdy Savings Bank

Address: 3851 Bayshore Rd, Cape May, NJ 08204
Phone: (609) 884-5656
';var m_d6220ef499b02a26a5916161ce56a187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sturdy Savings Bank',});m_d6220ef499b02a26a5916161ce56a187['infowindow'] = new google.maps.InfoWindow({content: $ld6220ef499b02a26a5916161ce56a187});var infowindow = new google.maps.InfoWindow({content: $ld6220ef499b02a26a5916161ce56a187});google.maps.event.addListener(m_d6220ef499b02a26a5916161ce56a187, 'click', function() {infowindow.open(map,m_d6220ef499b02a26a5916161ce56a187);});$marker.push(m_d6220ef499b02a26a5916161ce56a187);}});}google.maps.event.addDomListener(window, 'load', initialize);