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.1756,-88.4831)};var g_fdb9c2fa9c1d5da54beaffa3744c974f = new google.maps.Geocoder();g_fdb9c2fa9c1d5da54beaffa3744c974f.geocode( { 'address': "854 Fox Point Plaza, Neenah, WI 54956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neenah-WI-marine-credit-union-neenah').style.display = '';map = new google.maps.Map(document.getElementById('neenah-WI-marine-credit-union-neenah'), mapOptions);}document.getElementById('1ee0e406').innerHTML += ' | View Map';var $lfdb9c2fa9c1d5da54beaffa3744c974f = '

Marine Credit Union (Neenah)

Address: 854 Fox Point Plaza, Neenah, WI 54956, USA
Phone: (920) 486-1648
';var m_fdb9c2fa9c1d5da54beaffa3744c974f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Credit Union (Neenah)',});m_fdb9c2fa9c1d5da54beaffa3744c974f['infowindow'] = new google.maps.InfoWindow({content: $lfdb9c2fa9c1d5da54beaffa3744c974f});var infowindow = new google.maps.InfoWindow({content: $lfdb9c2fa9c1d5da54beaffa3744c974f});google.maps.event.addListener(m_fdb9c2fa9c1d5da54beaffa3744c974f, 'click', function() {infowindow.open(map,m_fdb9c2fa9c1d5da54beaffa3744c974f);});$marker.push(m_fdb9c2fa9c1d5da54beaffa3744c974f);}});}google.maps.event.addDomListener(window, 'load', initialize);