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.9447,-74.2051)};var g_251ea7f873a2b89da7b01637ebd00617 = new google.maps.Geocoder();g_251ea7f873a2b89da7b01637ebd00617.geocode( { 'address': "183 Hamburg Turnpike, Wayne, NJ 07470, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-NJ-spencer-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('wayne-NJ-spencer-savings-bank'), mapOptions);}document.getElementById('fdf9172a').innerHTML += ' | View Map';var $l251ea7f873a2b89da7b01637ebd00617 = '

Spencer Savings Bank

Address: 183 Hamburg Turnpike, Wayne, NJ 07470, USA
Phone: (973) 942-6004
';var m_251ea7f873a2b89da7b01637ebd00617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spencer Savings Bank',});m_251ea7f873a2b89da7b01637ebd00617['infowindow'] = new google.maps.InfoWindow({content: $l251ea7f873a2b89da7b01637ebd00617});var infowindow = new google.maps.InfoWindow({content: $l251ea7f873a2b89da7b01637ebd00617});google.maps.event.addListener(m_251ea7f873a2b89da7b01637ebd00617, 'click', function() {infowindow.open(map,m_251ea7f873a2b89da7b01637ebd00617);});$marker.push(m_251ea7f873a2b89da7b01637ebd00617);}});}google.maps.event.addDomListener(window, 'load', initialize);