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.4416,-76.4973)};var g_a7fe02c5b4127df98069e5321ccf6f1a = new google.maps.Geocoder();g_a7fe02c5b4127df98069e5321ccf6f1a.geocode( { 'address': "300 N Tioga St, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-ithaca-branch').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-ithaca-branch'), mapOptions);}document.getElementById('295414c6').innerHTML += ' | View Map';var $la7fe02c5b4127df98069e5321ccf6f1a = '

Ithaca Branch

Address: 300 N Tioga St, Ithaca, NY 14850, USA
Phone: (607) 273-1431
';var m_a7fe02c5b4127df98069e5321ccf6f1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ithaca Branch',});m_a7fe02c5b4127df98069e5321ccf6f1a['infowindow'] = new google.maps.InfoWindow({content: $la7fe02c5b4127df98069e5321ccf6f1a});var infowindow = new google.maps.InfoWindow({content: $la7fe02c5b4127df98069e5321ccf6f1a});google.maps.event.addListener(m_a7fe02c5b4127df98069e5321ccf6f1a, 'click', function() {infowindow.open(map,m_a7fe02c5b4127df98069e5321ccf6f1a);});$marker.push(m_a7fe02c5b4127df98069e5321ccf6f1a);}});}google.maps.event.addDomListener(window, 'load', initialize);