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(46.5462,-87.4231)};var g_79b76a2914b0e5d228c7ad1ab7e700c2 = new google.maps.Geocoder();g_79b76a2914b0e5d228c7ad1ab7e700c2.geocode( { 'address': "1230 W Washington St, Marquette, MI 49855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marquette-MI-marquette-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marquette-MI-marquette-community-federal-credit-union'), mapOptions);}document.getElementById('bf3f95fd').innerHTML += ' | View Map';var $l79b76a2914b0e5d228c7ad1ab7e700c2 = '

Marquette Community Federal Credit Union

Address: 1230 W Washington St, Marquette, MI 49855, USA
Phone: (906) 228-9850
';var m_79b76a2914b0e5d228c7ad1ab7e700c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marquette Community Federal Credit Union',});m_79b76a2914b0e5d228c7ad1ab7e700c2['infowindow'] = new google.maps.InfoWindow({content: $l79b76a2914b0e5d228c7ad1ab7e700c2});var infowindow = new google.maps.InfoWindow({content: $l79b76a2914b0e5d228c7ad1ab7e700c2});google.maps.event.addListener(m_79b76a2914b0e5d228c7ad1ab7e700c2, 'click', function() {infowindow.open(map,m_79b76a2914b0e5d228c7ad1ab7e700c2);});$marker.push(m_79b76a2914b0e5d228c7ad1ab7e700c2);}});}google.maps.event.addDomListener(window, 'load', initialize);