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.7819,-88.4499)};var g_f18c500d994f1dfc2925b520754df4c9 = new google.maps.Geocoder();g_f18c500d994f1dfc2925b520754df4c9.geocode( { 'address': "80 W Rees St, Fond du Lac, WI 54935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fond-du-lac-WI-marine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fond-du-lac-WI-marine-credit-union'), mapOptions);}document.getElementById('a8f7882f').innerHTML += ' | View Map';var $lf18c500d994f1dfc2925b520754df4c9 = '

Marine Credit Union

Address: 80 W Rees St, Fond du Lac, WI 54935, USA
Phone: (920) 923-7280
';var m_f18c500d994f1dfc2925b520754df4c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Credit Union',});m_f18c500d994f1dfc2925b520754df4c9['infowindow'] = new google.maps.InfoWindow({content: $lf18c500d994f1dfc2925b520754df4c9});var infowindow = new google.maps.InfoWindow({content: $lf18c500d994f1dfc2925b520754df4c9});google.maps.event.addListener(m_f18c500d994f1dfc2925b520754df4c9, 'click', function() {infowindow.open(map,m_f18c500d994f1dfc2925b520754df4c9);});$marker.push(m_f18c500d994f1dfc2925b520754df4c9);}});}google.maps.event.addDomListener(window, 'load', initialize);