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.3727,-76.913)};var g_74791edf1f8e8b8289a5067737630874 = new google.maps.Geocoder();g_74791edf1f8e8b8289a5067737630874.geocode( { 'address': "513 E 4th St, Watkins Glen, NY 14891"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watkins-glen-NY-visions-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('watkins-glen-NY-visions-federal-credit-union'), mapOptions);}document.getElementById('1f7c803c').innerHTML += ' | View Map';var $l74791edf1f8e8b8289a5067737630874 = '

Visions Federal Credit Union

Address: 513 E 4th St, Watkins Glen, NY 14891
Phone: (607) 535-4393
';var m_74791edf1f8e8b8289a5067737630874 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Visions Federal Credit Union',});m_74791edf1f8e8b8289a5067737630874['infowindow'] = new google.maps.InfoWindow({content: $l74791edf1f8e8b8289a5067737630874});var infowindow = new google.maps.InfoWindow({content: $l74791edf1f8e8b8289a5067737630874});google.maps.event.addListener(m_74791edf1f8e8b8289a5067737630874, 'click', function() {infowindow.open(map,m_74791edf1f8e8b8289a5067737630874);});$marker.push(m_74791edf1f8e8b8289a5067737630874);}});}google.maps.event.addDomListener(window, 'load', initialize);