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.4683,-74.3732)};var g_0954173523b13b9dc8c4978a954fd0b0 = new google.maps.Geocoder();g_0954173523b13b9dc8c4978a954fd0b0.geocode( { 'address': "1 Industrial Dr, Middletown, NY 10941, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-NY-sterling-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('middletown-NY-sterling-national-bank'), mapOptions);}document.getElementById('aa68a5bd').innerHTML += ' | View Map';var $l0954173523b13b9dc8c4978a954fd0b0 = '

Sterling National Bank

Address: 1 Industrial Dr, Middletown, NY 10941, USA
Phone: (845) 533-8360
';var m_0954173523b13b9dc8c4978a954fd0b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling National Bank',});m_0954173523b13b9dc8c4978a954fd0b0['infowindow'] = new google.maps.InfoWindow({content: $l0954173523b13b9dc8c4978a954fd0b0});var infowindow = new google.maps.InfoWindow({content: $l0954173523b13b9dc8c4978a954fd0b0});google.maps.event.addListener(m_0954173523b13b9dc8c4978a954fd0b0, 'click', function() {infowindow.open(map,m_0954173523b13b9dc8c4978a954fd0b0);});$marker.push(m_0954173523b13b9dc8c4978a954fd0b0);}});}google.maps.event.addDomListener(window, 'load', initialize);