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.4594,-73.7139)};var g_4f2ed905d58519233ee897eac471595d = new google.maps.Geocoder();g_4f2ed905d58519233ee897eac471595d.geocode( { 'address': "14230 Nys Route 9n, Au Sable Forks, NY 12912"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('au-sable-forks-NY-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('au-sable-forks-NY-community-bank'), mapOptions);}document.getElementById('2d408e22').innerHTML += ' | View Map';var $l4f2ed905d58519233ee897eac471595d = '

Community Bank

Address: 14230 Nys Route 9n, Au Sable Forks, NY 12912
Phone: (518) 647-8136
';var m_4f2ed905d58519233ee897eac471595d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_4f2ed905d58519233ee897eac471595d['infowindow'] = new google.maps.InfoWindow({content: $l4f2ed905d58519233ee897eac471595d});var infowindow = new google.maps.InfoWindow({content: $l4f2ed905d58519233ee897eac471595d});google.maps.event.addListener(m_4f2ed905d58519233ee897eac471595d, 'click', function() {infowindow.open(map,m_4f2ed905d58519233ee897eac471595d);});$marker.push(m_4f2ed905d58519233ee897eac471595d);}});}google.maps.event.addDomListener(window, 'load', initialize);