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(44.2266,-73.6247)};var g_877b8c5ad7723364be6244962fc6cb43 = new google.maps.Geocoder();g_877b8c5ad7723364be6244962fc6cb43.geocode( { 'address': "14 Hand St, Elizabethtown, NY 12932"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethtown-NY-community-bank-n-a').style.display = '';map = new google.maps.Map(document.getElementById('elizabethtown-NY-community-bank-n-a'), mapOptions);}document.getElementById('27d2baae').innerHTML += ' | View Map';var $l877b8c5ad7723364be6244962fc6cb43 = '

Community Bank N A

Address: 14 Hand St, Elizabethtown, NY 12932
Phone: (518) 563-0028
';var m_877b8c5ad7723364be6244962fc6cb43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank N A',});m_877b8c5ad7723364be6244962fc6cb43['infowindow'] = new google.maps.InfoWindow({content: $l877b8c5ad7723364be6244962fc6cb43});var infowindow = new google.maps.InfoWindow({content: $l877b8c5ad7723364be6244962fc6cb43});google.maps.event.addListener(m_877b8c5ad7723364be6244962fc6cb43, 'click', function() {infowindow.open(map,m_877b8c5ad7723364be6244962fc6cb43);});$marker.push(m_877b8c5ad7723364be6244962fc6cb43);}});}google.maps.event.addDomListener(window, 'load', initialize);