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.0171,-88.5384)};var g_168e2a9338c6dcc3b22815d7dda2806e = new google.maps.Geocoder();g_168e2a9338c6dcc3b22815d7dda2806e.geocode( { 'address': "351 S Washburn St, Oshkosh, WI 54904"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-citizens-community-federal').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-citizens-community-federal'), mapOptions);}document.getElementById('0b051049').innerHTML += ' | View Map';var $l168e2a9338c6dcc3b22815d7dda2806e = '

Citizens Community Federal

Address: 351 S Washburn St, Oshkosh, WI 54904
Phone: (920) 426-2000
';var m_168e2a9338c6dcc3b22815d7dda2806e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community Federal',});m_168e2a9338c6dcc3b22815d7dda2806e['infowindow'] = new google.maps.InfoWindow({content: $l168e2a9338c6dcc3b22815d7dda2806e});var infowindow = new google.maps.InfoWindow({content: $l168e2a9338c6dcc3b22815d7dda2806e});google.maps.event.addListener(m_168e2a9338c6dcc3b22815d7dda2806e, 'click', function() {infowindow.open(map,m_168e2a9338c6dcc3b22815d7dda2806e);});$marker.push(m_168e2a9338c6dcc3b22815d7dda2806e);}});}google.maps.event.addDomListener(window, 'load', initialize);