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.4395,-76.5102)};var g_c5a73f074ec0f725cd2d51335da5ec77 = new google.maps.Geocoder();g_c5a73f074ec0f725cd2d51335da5ec77.geocode( { 'address': "125 N Fulton St, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-business-cents-at-alternatives-federal-credit-union--small-business-services-consultation-and-training---about-business-cents').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-business-cents-at-alternatives-federal-credit-union--small-business-services-consultation-and-training---about-business-cents'), mapOptions);}document.getElementById('c8eb4c0e').innerHTML += ' | View Map';var $lc5a73f074ec0f725cd2d51335da5ec77 = '

Business CENTS at Alternatives Federal Credit Union- Small Business services, consultation, and training - About Business CENTS

Address: 125 N Fulton St, Ithaca, NY 14850, USA
Phone: (607) 216-3423
';var m_c5a73f074ec0f725cd2d51335da5ec77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business CENTS at Alternatives Federal Credit Union- Small Business services, consultation, and training - About Business CENTS',});m_c5a73f074ec0f725cd2d51335da5ec77['infowindow'] = new google.maps.InfoWindow({content: $lc5a73f074ec0f725cd2d51335da5ec77});var infowindow = new google.maps.InfoWindow({content: $lc5a73f074ec0f725cd2d51335da5ec77});google.maps.event.addListener(m_c5a73f074ec0f725cd2d51335da5ec77, 'click', function() {infowindow.open(map,m_c5a73f074ec0f725cd2d51335da5ec77);});$marker.push(m_c5a73f074ec0f725cd2d51335da5ec77);}});}google.maps.event.addDomListener(window, 'load', initialize);