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.4537,-76.5266)};var g_a5c51bfa49b475ab04fa3087957d6469 = new google.maps.Geocoder();g_a5c51bfa49b475ab04fa3087957d6469.geocode( { 'address': "214 W Bridge St, Oswego, NY 13126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-NY-americu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oswego-NY-americu-credit-union'), mapOptions);}document.getElementById('b19aad4c').innerHTML += ' | View Map';var $la5c51bfa49b475ab04fa3087957d6469 = '

Americu Credit Union

Address: 214 W Bridge St, Oswego, NY 13126, USA
Phone:
';var m_a5c51bfa49b475ab04fa3087957d6469 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americu Credit Union',});m_a5c51bfa49b475ab04fa3087957d6469['infowindow'] = new google.maps.InfoWindow({content: $la5c51bfa49b475ab04fa3087957d6469});var infowindow = new google.maps.InfoWindow({content: $la5c51bfa49b475ab04fa3087957d6469});google.maps.event.addListener(m_a5c51bfa49b475ab04fa3087957d6469, 'click', function() {infowindow.open(map,m_a5c51bfa49b475ab04fa3087957d6469);});$marker.push(m_a5c51bfa49b475ab04fa3087957d6469);}});}google.maps.event.addDomListener(window, 'load', initialize);