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.9367,-74.0248)};var g_3efc4a946c355bbdff713c71cf3da728 = new google.maps.Geocoder();g_3efc4a946c355bbdff713c71cf3da728.geocode( { 'address': "180 Schwenk Dr, Kingston, NY 12401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-NY-ulster-savings---atm').style.display = '';map = new google.maps.Map(document.getElementById('kingston-NY-ulster-savings---atm'), mapOptions);}document.getElementById('d3ab5e48').innerHTML += ' | View Map';var $l3efc4a946c355bbdff713c71cf3da728 = '

Ulster Savings - ATM

Address: 180 Schwenk Dr, Kingston, NY 12401, USA
Phone: (845) 338-6322
';var m_3efc4a946c355bbdff713c71cf3da728 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ulster Savings - ATM',});m_3efc4a946c355bbdff713c71cf3da728['infowindow'] = new google.maps.InfoWindow({content: $l3efc4a946c355bbdff713c71cf3da728});var infowindow = new google.maps.InfoWindow({content: $l3efc4a946c355bbdff713c71cf3da728});google.maps.event.addListener(m_3efc4a946c355bbdff713c71cf3da728, 'click', function() {infowindow.open(map,m_3efc4a946c355bbdff713c71cf3da728);});$marker.push(m_3efc4a946c355bbdff713c71cf3da728);}});}google.maps.event.addDomListener(window, 'load', initialize);