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.4985,-74.0709)};var g_2f416c20e3384093da2b617829e8bab6 = new google.maps.Geocoder();g_2f416c20e3384093da2b617829e8bab6.geocode( { 'address': "1208 NY-300, Newburgh, NY 12550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburgh-NY-ulster-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('newburgh-NY-ulster-savings-bank'), mapOptions);}document.getElementById('1b98fd6d').innerHTML += ' | View Map';var $l2f416c20e3384093da2b617829e8bab6 = '

Ulster Savings Bank

Address: 1208 NY-300, Newburgh, NY 12550, USA
Phone: (845) 567-3171
';var m_2f416c20e3384093da2b617829e8bab6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ulster Savings Bank',});m_2f416c20e3384093da2b617829e8bab6['infowindow'] = new google.maps.InfoWindow({content: $l2f416c20e3384093da2b617829e8bab6});var infowindow = new google.maps.InfoWindow({content: $l2f416c20e3384093da2b617829e8bab6});google.maps.event.addListener(m_2f416c20e3384093da2b617829e8bab6, 'click', function() {infowindow.open(map,m_2f416c20e3384093da2b617829e8bab6);});$marker.push(m_2f416c20e3384093da2b617829e8bab6);}});}google.maps.event.addDomListener(window, 'load', initialize);