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.6889,-73.3763)};var g_97be81ccc51f7cdecd81cbb4980cd888 = new google.maps.Geocoder();g_97be81ccc51f7cdecd81cbb4980cd888.geocode( { 'address': "317 S Wellwood Ave, Lindenhurst, NY 11757"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindenhurst-NY-ridgewood-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lindenhurst-NY-ridgewood-savings-bank'), mapOptions);}document.getElementById('a56d3944').innerHTML += ' | View Map';var $l97be81ccc51f7cdecd81cbb4980cd888 = '

Ridgewood Savings Bank

Address: 317 S Wellwood Ave, Lindenhurst, NY 11757
Phone: (631) 225-6600
';var m_97be81ccc51f7cdecd81cbb4980cd888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ridgewood Savings Bank',});m_97be81ccc51f7cdecd81cbb4980cd888['infowindow'] = new google.maps.InfoWindow({content: $l97be81ccc51f7cdecd81cbb4980cd888});var infowindow = new google.maps.InfoWindow({content: $l97be81ccc51f7cdecd81cbb4980cd888});google.maps.event.addListener(m_97be81ccc51f7cdecd81cbb4980cd888, 'click', function() {infowindow.open(map,m_97be81ccc51f7cdecd81cbb4980cd888);});$marker.push(m_97be81ccc51f7cdecd81cbb4980cd888);}});}google.maps.event.addDomListener(window, 'load', initialize);