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.8985,-93.0836)};var g_ee44935b100fa3f79fe6b9c534217e13 = new google.maps.Geocoder();g_ee44935b100fa3f79fe6b9c534217e13.geocode( { 'address': "33 Wentworth Ave E # 220, St Paul, MN 55118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-millennium-credit-consultants').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-millennium-credit-consultants'), mapOptions);}document.getElementById('8f4a0116').innerHTML += ' | View Map';var $lee44935b100fa3f79fe6b9c534217e13 = '

Millennium Credit Consultants

Address: 33 Wentworth Ave E # 220, St Paul, MN 55118, USA
Phone: (651) 306-9344
';var m_ee44935b100fa3f79fe6b9c534217e13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millennium Credit Consultants',});m_ee44935b100fa3f79fe6b9c534217e13['infowindow'] = new google.maps.InfoWindow({content: $lee44935b100fa3f79fe6b9c534217e13});var infowindow = new google.maps.InfoWindow({content: $lee44935b100fa3f79fe6b9c534217e13});google.maps.event.addListener(m_ee44935b100fa3f79fe6b9c534217e13, 'click', function() {infowindow.open(map,m_ee44935b100fa3f79fe6b9c534217e13);});$marker.push(m_ee44935b100fa3f79fe6b9c534217e13);}});}google.maps.event.addDomListener(window, 'load', initialize);