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(45.1565,-93.3895)};var g_56911d94e7f3fdd24aa88748d6c33b4b = new google.maps.Geocoder();g_56911d94e7f3fdd24aa88748d6c33b4b.geocode( { 'address': "11180 Zealand Ave N, Champlin, MN 55316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champlin-MN-gsf-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('champlin-MN-gsf-mortgage-corporation'), mapOptions);}document.getElementById('511fc45c').innerHTML += ' | View Map';var $l56911d94e7f3fdd24aa88748d6c33b4b = '

GSF Mortgage Corporation

Address: 11180 Zealand Ave N, Champlin, MN 55316, USA
Phone: (763) 201-8200
';var m_56911d94e7f3fdd24aa88748d6c33b4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GSF Mortgage Corporation',});m_56911d94e7f3fdd24aa88748d6c33b4b['infowindow'] = new google.maps.InfoWindow({content: $l56911d94e7f3fdd24aa88748d6c33b4b});var infowindow = new google.maps.InfoWindow({content: $l56911d94e7f3fdd24aa88748d6c33b4b});google.maps.event.addListener(m_56911d94e7f3fdd24aa88748d6c33b4b, 'click', function() {infowindow.open(map,m_56911d94e7f3fdd24aa88748d6c33b4b);});$marker.push(m_56911d94e7f3fdd24aa88748d6c33b4b);}});}google.maps.event.addDomListener(window, 'load', initialize);