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.654,-76.8516)};var g_a01f3ca6e3e4ece8e1a30696f52844bc = new google.maps.Geocoder();g_a01f3ca6e3e4ece8e1a30696f52844bc.geocode( { 'address': "5 W Main St, Canton, PA 17724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-PA-chemung-canal-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('canton-PA-chemung-canal-trust-company'), mapOptions);}document.getElementById('5f3404c7').innerHTML += ' | View Map';var $la01f3ca6e3e4ece8e1a30696f52844bc = '

Chemung Canal Trust Company

Address: 5 W Main St, Canton, PA 17724, USA
Phone: (570) 673-5127
';var m_a01f3ca6e3e4ece8e1a30696f52844bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemung Canal Trust Company',});m_a01f3ca6e3e4ece8e1a30696f52844bc['infowindow'] = new google.maps.InfoWindow({content: $la01f3ca6e3e4ece8e1a30696f52844bc});var infowindow = new google.maps.InfoWindow({content: $la01f3ca6e3e4ece8e1a30696f52844bc});google.maps.event.addListener(m_a01f3ca6e3e4ece8e1a30696f52844bc, 'click', function() {infowindow.open(map,m_a01f3ca6e3e4ece8e1a30696f52844bc);});$marker.push(m_a01f3ca6e3e4ece8e1a30696f52844bc);}});}google.maps.event.addDomListener(window, 'load', initialize);