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.0556,-76.0246)};var g_9db8f0f4772ca5e1a6187c37826a60ac = new google.maps.Geocoder();g_9db8f0f4772ca5e1a6187c37826a60ac.geocode( { 'address': "3439 Vestal Pkwy E, Vestal, NY 13850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vestal-NY-elmira-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('vestal-NY-elmira-savings-bank'), mapOptions);}document.getElementById('1851bbd5').innerHTML += ' | View Map';var $l9db8f0f4772ca5e1a6187c37826a60ac = '

Elmira Savings Bank

Address: 3439 Vestal Pkwy E, Vestal, NY 13850
Phone: (607) 729-0386
';var m_9db8f0f4772ca5e1a6187c37826a60ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elmira Savings Bank',});m_9db8f0f4772ca5e1a6187c37826a60ac['infowindow'] = new google.maps.InfoWindow({content: $l9db8f0f4772ca5e1a6187c37826a60ac});var infowindow = new google.maps.InfoWindow({content: $l9db8f0f4772ca5e1a6187c37826a60ac});google.maps.event.addListener(m_9db8f0f4772ca5e1a6187c37826a60ac, 'click', function() {infowindow.open(map,m_9db8f0f4772ca5e1a6187c37826a60ac);});$marker.push(m_9db8f0f4772ca5e1a6187c37826a60ac);}});}google.maps.event.addDomListener(window, 'load', initialize);