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.1458,-76.947)};var g_65fc9fb4897a89789352e211ca2d398f = new google.maps.Geocoder();g_65fc9fb4897a89789352e211ca2d398f.geocode( { 'address': "437 Maple St, Big Flats, NY 14814"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-flats-NY-chemung-canal-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('big-flats-NY-chemung-canal-trust-co'), mapOptions);}document.getElementById('19ce4895').innerHTML += ' | View Map';var $l65fc9fb4897a89789352e211ca2d398f = '

Chemung Canal Trust Co

Address: 437 Maple St, Big Flats, NY 14814
Phone: (607) 562-8474
';var m_65fc9fb4897a89789352e211ca2d398f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemung Canal Trust Co',});m_65fc9fb4897a89789352e211ca2d398f['infowindow'] = new google.maps.InfoWindow({content: $l65fc9fb4897a89789352e211ca2d398f});var infowindow = new google.maps.InfoWindow({content: $l65fc9fb4897a89789352e211ca2d398f});google.maps.event.addListener(m_65fc9fb4897a89789352e211ca2d398f, 'click', function() {infowindow.open(map,m_65fc9fb4897a89789352e211ca2d398f);});$marker.push(m_65fc9fb4897a89789352e211ca2d398f);}});}google.maps.event.addDomListener(window, 'load', initialize);