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.1173,-77.0735)};var g_8e03d55165bd401e185ae5318bb68ff1 = new google.maps.Geocoder();g_8e03d55165bd401e185ae5318bb68ff1.geocode( { 'address': "1 Academic Dr, Corning, NY 14830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corning-NY-chemung-canal-trust-company---atm').style.display = '';map = new google.maps.Map(document.getElementById('corning-NY-chemung-canal-trust-company---atm'), mapOptions);}document.getElementById('9148d8d1').innerHTML += ' | View Map';var $l8e03d55165bd401e185ae5318bb68ff1 = '

Chemung Canal Trust Company - ATM

Address: 1 Academic Dr, Corning, NY 14830, USA
Phone:
';var m_8e03d55165bd401e185ae5318bb68ff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemung Canal Trust Company - ATM',});m_8e03d55165bd401e185ae5318bb68ff1['infowindow'] = new google.maps.InfoWindow({content: $l8e03d55165bd401e185ae5318bb68ff1});var infowindow = new google.maps.InfoWindow({content: $l8e03d55165bd401e185ae5318bb68ff1});google.maps.event.addListener(m_8e03d55165bd401e185ae5318bb68ff1, 'click', function() {infowindow.open(map,m_8e03d55165bd401e185ae5318bb68ff1);});$marker.push(m_8e03d55165bd401e185ae5318bb68ff1);}});}google.maps.event.addDomListener(window, 'load', initialize);