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.9315,-76.5679)};var g_cc9c4a72cf2e8b44773f5af29ef13c5a = new google.maps.Geocoder();g_cc9c4a72cf2e8b44773f5af29ef13c5a.geocode( { 'address': "2 State St, Auburn, NY 13021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-NY-cayuga-economic-development-agency').style.display = '';map = new google.maps.Map(document.getElementById('auburn-NY-cayuga-economic-development-agency'), mapOptions);}document.getElementById('bb0920f1').innerHTML += ' | View Map';var $lcc9c4a72cf2e8b44773f5af29ef13c5a = '

Cayuga Economic Development Agency

Address: 2 State St, Auburn, NY 13021, USA
Phone: (315) 252-3500
';var m_cc9c4a72cf2e8b44773f5af29ef13c5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cayuga Economic Development Agency',});m_cc9c4a72cf2e8b44773f5af29ef13c5a['infowindow'] = new google.maps.InfoWindow({content: $lcc9c4a72cf2e8b44773f5af29ef13c5a});var infowindow = new google.maps.InfoWindow({content: $lcc9c4a72cf2e8b44773f5af29ef13c5a});google.maps.event.addListener(m_cc9c4a72cf2e8b44773f5af29ef13c5a, 'click', function() {infowindow.open(map,m_cc9c4a72cf2e8b44773f5af29ef13c5a);});$marker.push(m_cc9c4a72cf2e8b44773f5af29ef13c5a);}});}google.maps.event.addDomListener(window, 'load', initialize);