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.6737,-88.5455)};var g_e620928527afdd0a514829f362b4b617 = new google.maps.Geocoder();g_e620928527afdd0a514829f362b4b617.geocode( { 'address': "108 W Court St #200, Elkhorn, WI 53121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhorn-WI-debt-help-law-llc').style.display = '';map = new google.maps.Map(document.getElementById('elkhorn-WI-debt-help-law-llc'), mapOptions);}document.getElementById('8829d4ad').innerHTML += ' | View Map';var $le620928527afdd0a514829f362b4b617 = '

Debt Help Law, LLC

Address: 108 W Court St #200, Elkhorn, WI 53121, USA
Phone: (262) 723-4357
';var m_e620928527afdd0a514829f362b4b617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Debt Help Law, LLC',});m_e620928527afdd0a514829f362b4b617['infowindow'] = new google.maps.InfoWindow({content: $le620928527afdd0a514829f362b4b617});var infowindow = new google.maps.InfoWindow({content: $le620928527afdd0a514829f362b4b617});google.maps.event.addListener(m_e620928527afdd0a514829f362b4b617, 'click', function() {infowindow.open(map,m_e620928527afdd0a514829f362b4b617);});$marker.push(m_e620928527afdd0a514829f362b4b617);}});}google.maps.event.addDomListener(window, 'load', initialize);