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.9282,-76.5672)};var g_962b642cfc4553547dea5db4764194b9 = new google.maps.Geocoder();g_962b642cfc4553547dea5db4764194b9.geocode( { 'address': "2 Easterly Ave # 2, Auburn, NY 13021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-NY-cayuga-county-school-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-NY-cayuga-county-school-employees-federal-credit-union'), mapOptions);}document.getElementById('f778d9b6').innerHTML += ' | View Map';var $l962b642cfc4553547dea5db4764194b9 = '

Cayuga County School Employees Federal Credit Union

Address: 2 Easterly Ave # 2, Auburn, NY 13021, USA
Phone: (315) 253-9616
';var m_962b642cfc4553547dea5db4764194b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cayuga County School Employees Federal Credit Union',});m_962b642cfc4553547dea5db4764194b9['infowindow'] = new google.maps.InfoWindow({content: $l962b642cfc4553547dea5db4764194b9});var infowindow = new google.maps.InfoWindow({content: $l962b642cfc4553547dea5db4764194b9});google.maps.event.addListener(m_962b642cfc4553547dea5db4764194b9, 'click', function() {infowindow.open(map,m_962b642cfc4553547dea5db4764194b9);});$marker.push(m_962b642cfc4553547dea5db4764194b9);}});}google.maps.event.addDomListener(window, 'load', initialize);