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(47.5185,-92.533)};var g_df96e03061f12e3c4d5b1945ceb2fc4c = new google.maps.Geocoder();g_df96e03061f12e3c4d5b1945ceb2fc4c.geocode( { 'address': "601 S 2nd Ave W, Virginia, MN 55792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-northstar-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-northstar-mortgage'), mapOptions);}document.getElementById('9abcff58').innerHTML += ' | View Map';var $ldf96e03061f12e3c4d5b1945ceb2fc4c = '

Northstar Mortgage

Address: 601 S 2nd Ave W, Virginia, MN 55792, USA
Phone: (218) 741-9044
';var m_df96e03061f12e3c4d5b1945ceb2fc4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northstar Mortgage',});m_df96e03061f12e3c4d5b1945ceb2fc4c['infowindow'] = new google.maps.InfoWindow({content: $ldf96e03061f12e3c4d5b1945ceb2fc4c});var infowindow = new google.maps.InfoWindow({content: $ldf96e03061f12e3c4d5b1945ceb2fc4c});google.maps.event.addListener(m_df96e03061f12e3c4d5b1945ceb2fc4c, 'click', function() {infowindow.open(map,m_df96e03061f12e3c4d5b1945ceb2fc4c);});$marker.push(m_df96e03061f12e3c4d5b1945ceb2fc4c);}});}google.maps.event.addDomListener(window, 'load', initialize);