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(43.4515,-76.5017)};var g_3fdd5555c11b1ff0d580b9718947e4ba = new google.maps.Geocoder();g_3fdd5555c11b1ff0d580b9718947e4ba.geocode( { 'address': "300 W 1st St, Oswego, NY 13126"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-NY-oswego-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oswego-NY-oswego-county-federal-credit-union'), mapOptions);}document.getElementById('bf3cd770').innerHTML += ' | View Map';var $l3fdd5555c11b1ff0d580b9718947e4ba = '

Oswego County Federal Credit Union

Address: 300 W 1st St, Oswego, NY 13126
Phone: (315) 326-0149
';var m_3fdd5555c11b1ff0d580b9718947e4ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oswego County Federal Credit Union',});m_3fdd5555c11b1ff0d580b9718947e4ba['infowindow'] = new google.maps.InfoWindow({content: $l3fdd5555c11b1ff0d580b9718947e4ba});var infowindow = new google.maps.InfoWindow({content: $l3fdd5555c11b1ff0d580b9718947e4ba});google.maps.event.addListener(m_3fdd5555c11b1ff0d580b9718947e4ba, 'click', function() {infowindow.open(map,m_3fdd5555c11b1ff0d580b9718947e4ba);});$marker.push(m_3fdd5555c11b1ff0d580b9718947e4ba);}});}google.maps.event.addDomListener(window, 'load', initialize);