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(42.3809,-76.8734)};var g_0a8bbea06c788fc9a24b6bf7d7639ffc = new google.maps.Geocoder();g_0a8bbea06c788fc9a24b6bf7d7639ffc.geocode( { 'address': "318 N Franklin St, Watkins Glen, NY 14891, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watkins-glen-NY-chemung-canal-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('watkins-glen-NY-chemung-canal-trust-company'), mapOptions);}document.getElementById('af4bffc1').innerHTML += ' | View Map';var $l0a8bbea06c788fc9a24b6bf7d7639ffc = '

Chemung Canal Trust Company

Address: 318 N Franklin St, Watkins Glen, NY 14891, USA
Phone: (607) 535-7186
';var m_0a8bbea06c788fc9a24b6bf7d7639ffc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemung Canal Trust Company',});m_0a8bbea06c788fc9a24b6bf7d7639ffc['infowindow'] = new google.maps.InfoWindow({content: $l0a8bbea06c788fc9a24b6bf7d7639ffc});var infowindow = new google.maps.InfoWindow({content: $l0a8bbea06c788fc9a24b6bf7d7639ffc});google.maps.event.addListener(m_0a8bbea06c788fc9a24b6bf7d7639ffc, 'click', function() {infowindow.open(map,m_0a8bbea06c788fc9a24b6bf7d7639ffc);});$marker.push(m_0a8bbea06c788fc9a24b6bf7d7639ffc);}});}google.maps.event.addDomListener(window, 'load', initialize);