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.4393,-76.4951)};var g_c416836ac2c2f1c4347126da12784695 = new google.maps.Geocoder();g_c416836ac2c2f1c4347126da12784695.geocode( { 'address': "301 E State St #5, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-elmira-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-elmira-savings-bank'), mapOptions);}document.getElementById('2fb5a7cb').innerHTML += ' | View Map';var $lc416836ac2c2f1c4347126da12784695 = '

Elmira Savings Bank

Address: 301 E State St #5, Ithaca, NY 14850, USA
Phone: (607) 272-1111
';var m_c416836ac2c2f1c4347126da12784695 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elmira Savings Bank',});m_c416836ac2c2f1c4347126da12784695['infowindow'] = new google.maps.InfoWindow({content: $lc416836ac2c2f1c4347126da12784695});var infowindow = new google.maps.InfoWindow({content: $lc416836ac2c2f1c4347126da12784695});google.maps.event.addListener(m_c416836ac2c2f1c4347126da12784695, 'click', function() {infowindow.open(map,m_c416836ac2c2f1c4347126da12784695);});$marker.push(m_c416836ac2c2f1c4347126da12784695);}});}google.maps.event.addDomListener(window, 'load', initialize);