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(44.7732,-93.2844)};var g_457be894855cd576be7c597312b2b1fb = new google.maps.Geocoder();g_457be894855cd576be7c597312b2b1fb.geocode( { 'address': "418 Gateway Blvd, Burnsville, MN 55337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnsville-MN-united-credit-consultants').style.display = '';map = new google.maps.Map(document.getElementById('burnsville-MN-united-credit-consultants'), mapOptions);}document.getElementById('74e1a3bc').innerHTML += ' | View Map';var $l457be894855cd576be7c597312b2b1fb = '

United Credit Consultants

Address: 418 Gateway Blvd, Burnsville, MN 55337, USA
Phone: (800) 455-4100
';var m_457be894855cd576be7c597312b2b1fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit Consultants',});m_457be894855cd576be7c597312b2b1fb['infowindow'] = new google.maps.InfoWindow({content: $l457be894855cd576be7c597312b2b1fb});var infowindow = new google.maps.InfoWindow({content: $l457be894855cd576be7c597312b2b1fb});google.maps.event.addListener(m_457be894855cd576be7c597312b2b1fb, 'click', function() {infowindow.open(map,m_457be894855cd576be7c597312b2b1fb);});$marker.push(m_457be894855cd576be7c597312b2b1fb);}});}google.maps.event.addDomListener(window, 'load', initialize);