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.3538,-74.1301)};var g_924ce315203c17e05d9e04b59648a942 = new google.maps.Geocoder();g_924ce315203c17e05d9e04b59648a942.geocode( { 'address': "556 State Route 32, Highland Mills, NY 10930"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-mills-NY-sterling-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('highland-mills-NY-sterling-national-bank'), mapOptions);}document.getElementById('3537cecd').innerHTML += ' | View Map';var $l924ce315203c17e05d9e04b59648a942 = '

Sterling National Bank

Address: 556 State Route 32, Highland Mills, NY 10930
Phone: (845) 928-6855
';var m_924ce315203c17e05d9e04b59648a942 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Bank',});m_924ce315203c17e05d9e04b59648a942['infowindow'] = new google.maps.InfoWindow({content: $l924ce315203c17e05d9e04b59648a942});var infowindow = new google.maps.InfoWindow({content: $l924ce315203c17e05d9e04b59648a942});google.maps.event.addListener(m_924ce315203c17e05d9e04b59648a942, 'click', function() {infowindow.open(map,m_924ce315203c17e05d9e04b59648a942);});$marker.push(m_924ce315203c17e05d9e04b59648a942);}});}google.maps.event.addDomListener(window, 'load', initialize);