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(44.0734,-88.521)};var g_315f006f691ef2e689125614ea22cc61 = new google.maps.Geocoder();g_315f006f691ef2e689125614ea22cc61.geocode( { 'address': "1275 South Dr, Oshkosh, WI 54901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-fox-communities-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-fox-communities-credit-union'), mapOptions);}document.getElementById('4de16e58').innerHTML += ' | View Map';var $l315f006f691ef2e689125614ea22cc61 = '

Fox Communities Credit Union

Address: 1275 South Dr, Oshkosh, WI 54901, USA
Phone: (920) 233-2890
';var m_315f006f691ef2e689125614ea22cc61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fox Communities Credit Union',});m_315f006f691ef2e689125614ea22cc61['infowindow'] = new google.maps.InfoWindow({content: $l315f006f691ef2e689125614ea22cc61});var infowindow = new google.maps.InfoWindow({content: $l315f006f691ef2e689125614ea22cc61});google.maps.event.addListener(m_315f006f691ef2e689125614ea22cc61, 'click', function() {infowindow.open(map,m_315f006f691ef2e689125614ea22cc61);});$marker.push(m_315f006f691ef2e689125614ea22cc61);}});}google.maps.event.addDomListener(window, 'load', initialize);