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.4401,-76.5126)};var g_093c07ef4319891a047d522ff9372d1a = new google.maps.Geocoder();g_093c07ef4319891a047d522ff9372d1a.geocode( { 'address': "202 Old Taughannock Blvd #1b, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-tompkins-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-tompkins-employees-federal-credit-union'), mapOptions);}document.getElementById('0acd59bf').innerHTML += ' | View Map';var $l093c07ef4319891a047d522ff9372d1a = '

Tompkins Employees Federal Credit Union

Address: 202 Old Taughannock Blvd #1b, Ithaca, NY 14850, USA
Phone: (607) 272-8567
';var m_093c07ef4319891a047d522ff9372d1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tompkins Employees Federal Credit Union',});m_093c07ef4319891a047d522ff9372d1a['infowindow'] = new google.maps.InfoWindow({content: $l093c07ef4319891a047d522ff9372d1a});var infowindow = new google.maps.InfoWindow({content: $l093c07ef4319891a047d522ff9372d1a});google.maps.event.addListener(m_093c07ef4319891a047d522ff9372d1a, 'click', function() {infowindow.open(map,m_093c07ef4319891a047d522ff9372d1a);});$marker.push(m_093c07ef4319891a047d522ff9372d1a);}});}google.maps.event.addDomListener(window, 'load', initialize);