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(45.0273,-84.6787)};var g_7fa7fbddb9858f7a476034db39dd792d = new google.maps.Geocoder();g_7fa7fbddb9858f7a476034db39dd792d.geocode( { 'address': "440 W Main St C, Gaylord, MI 49735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaylord-MI-greenpath-debt-solutions').style.display = '';map = new google.maps.Map(document.getElementById('gaylord-MI-greenpath-debt-solutions'), mapOptions);}document.getElementById('95cf69a2').innerHTML += ' | View Map';var $l7fa7fbddb9858f7a476034db39dd792d = '

GreenPath Debt Solutions

Address: 440 W Main St C, Gaylord, MI 49735, USA
Phone: (989) 732-2260
';var m_7fa7fbddb9858f7a476034db39dd792d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Debt Solutions',});m_7fa7fbddb9858f7a476034db39dd792d['infowindow'] = new google.maps.InfoWindow({content: $l7fa7fbddb9858f7a476034db39dd792d});var infowindow = new google.maps.InfoWindow({content: $l7fa7fbddb9858f7a476034db39dd792d});google.maps.event.addListener(m_7fa7fbddb9858f7a476034db39dd792d, 'click', function() {infowindow.open(map,m_7fa7fbddb9858f7a476034db39dd792d);});$marker.push(m_7fa7fbddb9858f7a476034db39dd792d);}});}google.maps.event.addDomListener(window, 'load', initialize);