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.469,-76.232)};var g_03b06206b64419da3d036690d99c5eda = new google.maps.Geocoder();g_03b06206b64419da3d036690d99c5eda.geocode( { 'address': "5828 Scenic Ave, Mexico, NY 13114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mexico-NY-oswego-county-fcu').style.display = '';map = new google.maps.Map(document.getElementById('mexico-NY-oswego-county-fcu'), mapOptions);}document.getElementById('64e45893').innerHTML += ' | View Map';var $l03b06206b64419da3d036690d99c5eda = '

Oswego County FCU

Address: 5828 Scenic Ave, Mexico, NY 13114, USA
Phone: (315) 963-2722
';var m_03b06206b64419da3d036690d99c5eda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oswego County FCU',});m_03b06206b64419da3d036690d99c5eda['infowindow'] = new google.maps.InfoWindow({content: $l03b06206b64419da3d036690d99c5eda});var infowindow = new google.maps.InfoWindow({content: $l03b06206b64419da3d036690d99c5eda});google.maps.event.addListener(m_03b06206b64419da3d036690d99c5eda, 'click', function() {infowindow.open(map,m_03b06206b64419da3d036690d99c5eda);});$marker.push(m_03b06206b64419da3d036690d99c5eda);}});}google.maps.event.addDomListener(window, 'load', initialize);