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.39,-74.3372)};var g_0b0c384b30031ce92b7c0c54f2cf0b8d = new google.maps.Geocoder();g_0b0c384b30031ce92b7c0c54f2cf0b8d.geocode( { 'address': "7 Coates Dr, Goshen, NY 10924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goshen-NY-ulster-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('goshen-NY-ulster-savings-bank'), mapOptions);}document.getElementById('1828e468').innerHTML += ' | View Map';var $l0b0c384b30031ce92b7c0c54f2cf0b8d = '

Ulster Savings Bank

Address: 7 Coates Dr, Goshen, NY 10924, USA
Phone: (845) 294-7922
';var m_0b0c384b30031ce92b7c0c54f2cf0b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ulster Savings Bank',});m_0b0c384b30031ce92b7c0c54f2cf0b8d['infowindow'] = new google.maps.InfoWindow({content: $l0b0c384b30031ce92b7c0c54f2cf0b8d});var infowindow = new google.maps.InfoWindow({content: $l0b0c384b30031ce92b7c0c54f2cf0b8d});google.maps.event.addListener(m_0b0c384b30031ce92b7c0c54f2cf0b8d, 'click', function() {infowindow.open(map,m_0b0c384b30031ce92b7c0c54f2cf0b8d);});$marker.push(m_0b0c384b30031ce92b7c0c54f2cf0b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);