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.4908,-87.9752)};var g_27f1de02182c1606ccb4308ce236b0fa = new google.maps.Geocoder();g_27f1de02182c1606ccb4308ce236b0fa.geocode( { 'address': "1981 E Mason St #102, Green Bay, WI 54302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-bay-WI-marine-credit-union-green-bay').style.display = '';map = new google.maps.Map(document.getElementById('green-bay-WI-marine-credit-union-green-bay'), mapOptions);}document.getElementById('6d247b29').innerHTML += ' | View Map';var $l27f1de02182c1606ccb4308ce236b0fa = '

Marine Credit Union (Green Bay)

Address: 1981 E Mason St #102, Green Bay, WI 54302, USA
Phone: (920) 489-8322
';var m_27f1de02182c1606ccb4308ce236b0fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Credit Union (Green Bay)',});m_27f1de02182c1606ccb4308ce236b0fa['infowindow'] = new google.maps.InfoWindow({content: $l27f1de02182c1606ccb4308ce236b0fa});var infowindow = new google.maps.InfoWindow({content: $l27f1de02182c1606ccb4308ce236b0fa});google.maps.event.addListener(m_27f1de02182c1606ccb4308ce236b0fa, 'click', function() {infowindow.open(map,m_27f1de02182c1606ccb4308ce236b0fa);});$marker.push(m_27f1de02182c1606ccb4308ce236b0fa);}});}google.maps.event.addDomListener(window, 'load', initialize);