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.9846,-93.2741)};var g_16f8455ffee11d28c48dca19d52ab537 = new google.maps.Geocoder();g_16f8455ffee11d28c48dca19d52ab537.geocode( { 'address': "333 N Washington Ave #101, Minneapolis, MN 55401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-gold-star-mortgage-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-gold-star-mortgage-financial-group'), mapOptions);}document.getElementById('aba79535').innerHTML += ' | View Map';var $l16f8455ffee11d28c48dca19d52ab537 = '

Gold Star Mortgage Financial Group

Address: 333 N Washington Ave #101, Minneapolis, MN 55401, USA
Phone: (952) 884-5442
';var m_16f8455ffee11d28c48dca19d52ab537 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Mortgage Financial Group',});m_16f8455ffee11d28c48dca19d52ab537['infowindow'] = new google.maps.InfoWindow({content: $l16f8455ffee11d28c48dca19d52ab537});var infowindow = new google.maps.InfoWindow({content: $l16f8455ffee11d28c48dca19d52ab537});google.maps.event.addListener(m_16f8455ffee11d28c48dca19d52ab537, 'click', function() {infowindow.open(map,m_16f8455ffee11d28c48dca19d52ab537);});$marker.push(m_16f8455ffee11d28c48dca19d52ab537);}});}google.maps.event.addDomListener(window, 'load', initialize);