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(42.5238,-85.8474)};var g_a7cf4d85785bc156fff9d078f848fc48 = new google.maps.Geocoder();g_a7cf4d85785bc156fff9d078f848fc48.geocode( { 'address': "257 Marshall St, Allegan, MI 49010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allegan-MI-debt-free-svc-inc').style.display = '';map = new google.maps.Map(document.getElementById('allegan-MI-debt-free-svc-inc'), mapOptions);}document.getElementById('4cf9bdc2').innerHTML += ' | View Map';var $la7cf4d85785bc156fff9d078f848fc48 = '

Debt Free Svc Inc

Address: 257 Marshall St, Allegan, MI 49010, USA
Phone: (269) 686-9701
';var m_a7cf4d85785bc156fff9d078f848fc48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Debt Free Svc Inc',});m_a7cf4d85785bc156fff9d078f848fc48['infowindow'] = new google.maps.InfoWindow({content: $la7cf4d85785bc156fff9d078f848fc48});var infowindow = new google.maps.InfoWindow({content: $la7cf4d85785bc156fff9d078f848fc48});google.maps.event.addListener(m_a7cf4d85785bc156fff9d078f848fc48, 'click', function() {infowindow.open(map,m_a7cf4d85785bc156fff9d078f848fc48);});$marker.push(m_a7cf4d85785bc156fff9d078f848fc48);}});}google.maps.event.addDomListener(window, 'load', initialize);