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.0941,-74.2167)};var g_202c973a26e83f1d65109f76bf2ee8b7 = new google.maps.Geocoder();g_202c973a26e83f1d65109f76bf2ee8b7.geocode( { 'address': "401 Madison Avenue, Third floor, Lakewood, NJ 08701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-township-NJ-the-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-township-NJ-the-federal-savings-bank'), mapOptions);}document.getElementById('b8c2307c').innerHTML += ' | View Map';var $l202c973a26e83f1d65109f76bf2ee8b7 = '

The Federal Savings Bank

Address: 401 Madison Avenue, Third floor, Lakewood, NJ 08701, USA
Phone: (732) 719-8750
';var m_202c973a26e83f1d65109f76bf2ee8b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Federal Savings Bank',});m_202c973a26e83f1d65109f76bf2ee8b7['infowindow'] = new google.maps.InfoWindow({content: $l202c973a26e83f1d65109f76bf2ee8b7});var infowindow = new google.maps.InfoWindow({content: $l202c973a26e83f1d65109f76bf2ee8b7});google.maps.event.addListener(m_202c973a26e83f1d65109f76bf2ee8b7, 'click', function() {infowindow.open(map,m_202c973a26e83f1d65109f76bf2ee8b7);});$marker.push(m_202c973a26e83f1d65109f76bf2ee8b7);}});}google.maps.event.addDomListener(window, 'load', initialize);