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.6169,-74.5832)};var g_e332a5082209dde77c9539d31f212b00 = new google.maps.Geocoder();g_e332a5082209dde77c9539d31f212b00.geocode( { 'address': "244 Rock Hill Dr, Rock Hill, NY 12775"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-hill-NY-catskill-hudson-bank').style.display = '';map = new google.maps.Map(document.getElementById('rock-hill-NY-catskill-hudson-bank'), mapOptions);}document.getElementById('47aeee69').innerHTML += ' | View Map';var $le332a5082209dde77c9539d31f212b00 = '

Catskill Hudson Bank

Address: 244 Rock Hill Dr, Rock Hill, NY 12775
Phone: (845) 794-9203
';var m_e332a5082209dde77c9539d31f212b00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catskill Hudson Bank',});m_e332a5082209dde77c9539d31f212b00['infowindow'] = new google.maps.InfoWindow({content: $le332a5082209dde77c9539d31f212b00});var infowindow = new google.maps.InfoWindow({content: $le332a5082209dde77c9539d31f212b00});google.maps.event.addListener(m_e332a5082209dde77c9539d31f212b00, 'click', function() {infowindow.open(map,m_e332a5082209dde77c9539d31f212b00);});$marker.push(m_e332a5082209dde77c9539d31f212b00);}});}google.maps.event.addDomListener(window, 'load', initialize);