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.5656,-87.3999)};var g_961e4b86bf690651cf87d52d714bc7f1 = new google.maps.Geocoder();g_961e4b86bf690651cf87d52d714bc7f1.geocode( { 'address': "127 Dobson Pl, Marquette, MI 49855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marquette-MI-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('marquette-MI-greenpath-financial-wellness'), mapOptions);}document.getElementById('dc0458c0').innerHTML += ' | View Map';var $l961e4b86bf690651cf87d52d714bc7f1 = '

GreenPath Financial Wellness

Address: 127 Dobson Pl, Marquette, MI 49855, USA
Phone: (906) 228-5505
';var m_961e4b86bf690651cf87d52d714bc7f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_961e4b86bf690651cf87d52d714bc7f1['infowindow'] = new google.maps.InfoWindow({content: $l961e4b86bf690651cf87d52d714bc7f1});var infowindow = new google.maps.InfoWindow({content: $l961e4b86bf690651cf87d52d714bc7f1});google.maps.event.addListener(m_961e4b86bf690651cf87d52d714bc7f1, 'click', function() {infowindow.open(map,m_961e4b86bf690651cf87d52d714bc7f1);});$marker.push(m_961e4b86bf690651cf87d52d714bc7f1);}});}google.maps.event.addDomListener(window, 'load', initialize);