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.3776,-76.8715)};var g_bacd7873c0e40a3b3c722bb0cc5de6bd = new google.maps.Geocoder();g_bacd7873c0e40a3b3c722bb0cc5de6bd.geocode( { 'address': "814 N Franklin St, Watkins Glen, NY 14891, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watkins-glen-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('watkins-glen-NY-citizens-bank'), mapOptions);}document.getElementById('ac0937af').innerHTML += ' | View Map';var $lbacd7873c0e40a3b3c722bb0cc5de6bd = '

Citizens Bank

Address: 814 N Franklin St, Watkins Glen, NY 14891, USA
Phone:
';var m_bacd7873c0e40a3b3c722bb0cc5de6bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_bacd7873c0e40a3b3c722bb0cc5de6bd['infowindow'] = new google.maps.InfoWindow({content: $lbacd7873c0e40a3b3c722bb0cc5de6bd});var infowindow = new google.maps.InfoWindow({content: $lbacd7873c0e40a3b3c722bb0cc5de6bd});google.maps.event.addListener(m_bacd7873c0e40a3b3c722bb0cc5de6bd, 'click', function() {infowindow.open(map,m_bacd7873c0e40a3b3c722bb0cc5de6bd);});$marker.push(m_bacd7873c0e40a3b3c722bb0cc5de6bd);}});}google.maps.event.addDomListener(window, 'load', initialize);