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.7671,-76.4434)};var g_6a9b088868d1c76efa40e775bda265ad = new google.maps.Geocoder();g_6a9b088868d1c76efa40e775bda265ad.geocode( { 'address': "304 Main St, Towanda, PA 18848, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('towanda-PA-chemung-canal-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('towanda-PA-chemung-canal-trust-company'), mapOptions);}document.getElementById('b7132368').innerHTML += ' | View Map';var $l6a9b088868d1c76efa40e775bda265ad = '

Chemung Canal Trust Company

Address: 304 Main St, Towanda, PA 18848, USA
Phone: (570) 265-7169
';var m_6a9b088868d1c76efa40e775bda265ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemung Canal Trust Company',});m_6a9b088868d1c76efa40e775bda265ad['infowindow'] = new google.maps.InfoWindow({content: $l6a9b088868d1c76efa40e775bda265ad});var infowindow = new google.maps.InfoWindow({content: $l6a9b088868d1c76efa40e775bda265ad});google.maps.event.addListener(m_6a9b088868d1c76efa40e775bda265ad, 'click', function() {infowindow.open(map,m_6a9b088868d1c76efa40e775bda265ad);});$marker.push(m_6a9b088868d1c76efa40e775bda265ad);}});}google.maps.event.addDomListener(window, 'load', initialize);