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.8771,-74.1452)};var g_63bfa0bc354b257c3bf02aa4bb5cc655 = new google.maps.Geocoder();g_63bfa0bc354b257c3bf02aa4bb5cc655.geocode( { 'address': "102 Kingsland Rd, Clifton, NJ 07014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-NJ-boiling-springs-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-NJ-boiling-springs-savings-bank'), mapOptions);}document.getElementById('657a6c58').innerHTML += ' | View Map';var $l63bfa0bc354b257c3bf02aa4bb5cc655 = '

Boiling Springs Savings Bank

Address: 102 Kingsland Rd, Clifton, NJ 07014
Phone: (973) 365-6000
';var m_63bfa0bc354b257c3bf02aa4bb5cc655 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boiling Springs Savings Bank',});m_63bfa0bc354b257c3bf02aa4bb5cc655['infowindow'] = new google.maps.InfoWindow({content: $l63bfa0bc354b257c3bf02aa4bb5cc655});var infowindow = new google.maps.InfoWindow({content: $l63bfa0bc354b257c3bf02aa4bb5cc655});google.maps.event.addListener(m_63bfa0bc354b257c3bf02aa4bb5cc655, 'click', function() {infowindow.open(map,m_63bfa0bc354b257c3bf02aa4bb5cc655);});$marker.push(m_63bfa0bc354b257c3bf02aa4bb5cc655);}});}google.maps.event.addDomListener(window, 'load', initialize);