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.7981,-73.9394)};var g_60e90783dce818af57fa2887fca6e605 = new google.maps.Geocoder();g_60e90783dce818af57fa2887fca6e605.geocode( { 'address': "US Rte 9, Castleton, NY 12033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castleton-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('castleton-NY-citizens-bank'), mapOptions);}document.getElementById('7e0b6d15').innerHTML += ' | View Map';var $l60e90783dce818af57fa2887fca6e605 = '

Citizens Bank

Address: US Rte 9, Castleton, NY 12033, USA
Phone: (800) 922-9999
';var m_60e90783dce818af57fa2887fca6e605 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_60e90783dce818af57fa2887fca6e605['infowindow'] = new google.maps.InfoWindow({content: $l60e90783dce818af57fa2887fca6e605});var infowindow = new google.maps.InfoWindow({content: $l60e90783dce818af57fa2887fca6e605});google.maps.event.addListener(m_60e90783dce818af57fa2887fca6e605, 'click', function() {infowindow.open(map,m_60e90783dce818af57fa2887fca6e605);});$marker.push(m_60e90783dce818af57fa2887fca6e605);}});}google.maps.event.addDomListener(window, 'load', initialize);