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.343,-77.3374)};var g_0591a2d0cf799f3b7d4a05465bca67d0 = new google.maps.Geocoder();g_0591a2d0cf799f3b7d4a05465bca67d0.geocode( { 'address': "410 W Morris St, Bath, NY 14810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-NY-chemung-canal-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('bath-NY-chemung-canal-trust-company'), mapOptions);}document.getElementById('e2566e69').innerHTML += ' | View Map';var $l0591a2d0cf799f3b7d4a05465bca67d0 = '

Chemung Canal Trust Company

Address: 410 W Morris St, Bath, NY 14810, USA
Phone: (607) 776-3361
';var m_0591a2d0cf799f3b7d4a05465bca67d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemung Canal Trust Company',});m_0591a2d0cf799f3b7d4a05465bca67d0['infowindow'] = new google.maps.InfoWindow({content: $l0591a2d0cf799f3b7d4a05465bca67d0});var infowindow = new google.maps.InfoWindow({content: $l0591a2d0cf799f3b7d4a05465bca67d0});google.maps.event.addListener(m_0591a2d0cf799f3b7d4a05465bca67d0, 'click', function() {infowindow.open(map,m_0591a2d0cf799f3b7d4a05465bca67d0);});$marker.push(m_0591a2d0cf799f3b7d4a05465bca67d0);}});}google.maps.event.addDomListener(window, 'load', initialize);