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.813,-74.2154)};var g_6789a028871524be3a84e0c3490b4177 = new google.maps.Geocoder();g_6789a028871524be3a84e0c3490b4177.geocode( { 'address': "122 Watchung Ave, Montclair, NJ 07043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montclair-NJ-boiling-springs-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('montclair-NJ-boiling-springs-savings-bank'), mapOptions);}document.getElementById('ee342c90').innerHTML += ' | View Map';var $l6789a028871524be3a84e0c3490b4177 = '

Boiling Springs Savings Bank

Address: 122 Watchung Ave, Montclair, NJ 07043
Phone: (973) 233-1005
';var m_6789a028871524be3a84e0c3490b4177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boiling Springs Savings Bank',});m_6789a028871524be3a84e0c3490b4177['infowindow'] = new google.maps.InfoWindow({content: $l6789a028871524be3a84e0c3490b4177});var infowindow = new google.maps.InfoWindow({content: $l6789a028871524be3a84e0c3490b4177});google.maps.event.addListener(m_6789a028871524be3a84e0c3490b4177, 'click', function() {infowindow.open(map,m_6789a028871524be3a84e0c3490b4177);});$marker.push(m_6789a028871524be3a84e0c3490b4177);}});}google.maps.event.addDomListener(window, 'load', initialize);