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.8643,-74.1587)};var g_54b10daf199da8dcffe88198c49fad67 = new google.maps.Geocoder();g_54b10daf199da8dcffe88198c49fad67.geocode( { 'address': "908 Van Houten Ave, Clifton, NJ 07013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-NJ-spencer-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-NJ-spencer-savings-bank'), mapOptions);}document.getElementById('46969bf1').innerHTML += ' | View Map';var $l54b10daf199da8dcffe88198c49fad67 = '

Spencer Savings Bank

Address: 908 Van Houten Ave, Clifton, NJ 07013, USA
Phone: (973) 916-1892
';var m_54b10daf199da8dcffe88198c49fad67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spencer Savings Bank',});m_54b10daf199da8dcffe88198c49fad67['infowindow'] = new google.maps.InfoWindow({content: $l54b10daf199da8dcffe88198c49fad67});var infowindow = new google.maps.InfoWindow({content: $l54b10daf199da8dcffe88198c49fad67});google.maps.event.addListener(m_54b10daf199da8dcffe88198c49fad67, 'click', function() {infowindow.open(map,m_54b10daf199da8dcffe88198c49fad67);});$marker.push(m_54b10daf199da8dcffe88198c49fad67);}});}google.maps.event.addDomListener(window, 'load', initialize);