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.9048,-93.405)};var g_db2ed8586b1b0c3bb5e046904a1b1f59 = new google.maps.Geocoder();g_db2ed8586b1b0c3bb5e046904a1b1f59.geocode( { 'address': "5400 Opportunity Ct #150, Hopkins, MN 55343, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkins-MN-northland-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hopkins-MN-northland-credit-corporation'), mapOptions);}document.getElementById('f9590d4c').innerHTML += ' | View Map';var $ldb2ed8586b1b0c3bb5e046904a1b1f59 = '

Northland Credit Corporation

Address: 5400 Opportunity Ct #150, Hopkins, MN 55343, USA
Phone: (612) 504-4421
';var m_db2ed8586b1b0c3bb5e046904a1b1f59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland Credit Corporation',});m_db2ed8586b1b0c3bb5e046904a1b1f59['infowindow'] = new google.maps.InfoWindow({content: $ldb2ed8586b1b0c3bb5e046904a1b1f59});var infowindow = new google.maps.InfoWindow({content: $ldb2ed8586b1b0c3bb5e046904a1b1f59});google.maps.event.addListener(m_db2ed8586b1b0c3bb5e046904a1b1f59, 'click', function() {infowindow.open(map,m_db2ed8586b1b0c3bb5e046904a1b1f59);});$marker.push(m_db2ed8586b1b0c3bb5e046904a1b1f59);}});}google.maps.event.addDomListener(window, 'load', initialize);