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.7567,-88.4535)};var g_1068c1d3c334a207f0e4cb00cb63f701 = new google.maps.Geocoder();g_1068c1d3c334a207f0e4cb00cb63f701.geocode( { 'address': "101 E Broad St, L\'Anse, MI 49946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lanse-MI-baraga-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lanse-MI-baraga-county-federal-credit-union'), mapOptions);}document.getElementById('254a9fd7').innerHTML += ' | View Map';var $l1068c1d3c334a207f0e4cb00cb63f701 = '

Baraga County Federal Credit Union

Address: 101 E Broad St, L\'Anse, MI 49946, USA
Phone: (906) 524-6151
';var m_1068c1d3c334a207f0e4cb00cb63f701 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baraga County Federal Credit Union',});m_1068c1d3c334a207f0e4cb00cb63f701['infowindow'] = new google.maps.InfoWindow({content: $l1068c1d3c334a207f0e4cb00cb63f701});var infowindow = new google.maps.InfoWindow({content: $l1068c1d3c334a207f0e4cb00cb63f701});google.maps.event.addListener(m_1068c1d3c334a207f0e4cb00cb63f701, 'click', function() {infowindow.open(map,m_1068c1d3c334a207f0e4cb00cb63f701);});$marker.push(m_1068c1d3c334a207f0e4cb00cb63f701);}});}google.maps.event.addDomListener(window, 'load', initialize);