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(41.1505,-73.945)};var g_281bda7f615b095f3e40f05dfb735202 = new google.maps.Geocoder();g_281bda7f615b095f3e40f05dfb735202.geocode( { 'address': "1 Lake Road West,Suite 1, Congers, NY 10920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('congers-NY-sterling-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('congers-NY-sterling-national-bank'), mapOptions);}document.getElementById('266645d6').innerHTML += ' | View Map';var $l281bda7f615b095f3e40f05dfb735202 = '

Sterling National Bank

Address: 1 Lake Road West,Suite 1, Congers, NY 10920, USA
Phone: (845) 267-2180
';var m_281bda7f615b095f3e40f05dfb735202 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Bank',});m_281bda7f615b095f3e40f05dfb735202['infowindow'] = new google.maps.InfoWindow({content: $l281bda7f615b095f3e40f05dfb735202});var infowindow = new google.maps.InfoWindow({content: $l281bda7f615b095f3e40f05dfb735202});google.maps.event.addListener(m_281bda7f615b095f3e40f05dfb735202, 'click', function() {infowindow.open(map,m_281bda7f615b095f3e40f05dfb735202);});$marker.push(m_281bda7f615b095f3e40f05dfb735202);}});}google.maps.event.addDomListener(window, 'load', initialize);