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.966,-74.1235)};var g_54fe976ba170c19ebae453679b362263 = new google.maps.Geocoder();g_54fe976ba170c19ebae453679b362263.geocode( { 'address': "217 Rock Rd, Glen Rock, NJ 07452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-rock-NJ-boiling-springs-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-rock-NJ-boiling-springs-savings-bank'), mapOptions);}document.getElementById('9ac61934').innerHTML += ' | View Map';var $l54fe976ba170c19ebae453679b362263 = '

Boiling Springs Savings Bank

Address: 217 Rock Rd, Glen Rock, NJ 07452
Phone: (201) 445-4008
';var m_54fe976ba170c19ebae453679b362263 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boiling Springs Savings Bank',});m_54fe976ba170c19ebae453679b362263['infowindow'] = new google.maps.InfoWindow({content: $l54fe976ba170c19ebae453679b362263});var infowindow = new google.maps.InfoWindow({content: $l54fe976ba170c19ebae453679b362263});google.maps.event.addListener(m_54fe976ba170c19ebae453679b362263, 'click', function() {infowindow.open(map,m_54fe976ba170c19ebae453679b362263);});$marker.push(m_54fe976ba170c19ebae453679b362263);}});}google.maps.event.addDomListener(window, 'load', initialize);