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.966,-93.5418)};var g_d69ba2d1230d986a043e13f1e8a61916 = new google.maps.Geocoder();g_d69ba2d1230d986a043e13f1e8a61916.geocode( { 'address': "445 Lake St E, Wayzata, MN 55391"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayzata-MN-flagship-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('wayzata-MN-flagship-financial-group-inc'), mapOptions);}document.getElementById('12d93dfc').innerHTML += ' | View Map';var $ld69ba2d1230d986a043e13f1e8a61916 = '

Flagship Financial Group Inc

Address: 445 Lake St E, Wayzata, MN 55391
Phone: (952) 473-1959
';var m_d69ba2d1230d986a043e13f1e8a61916 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagship Financial Group Inc',});m_d69ba2d1230d986a043e13f1e8a61916['infowindow'] = new google.maps.InfoWindow({content: $ld69ba2d1230d986a043e13f1e8a61916});var infowindow = new google.maps.InfoWindow({content: $ld69ba2d1230d986a043e13f1e8a61916});google.maps.event.addListener(m_d69ba2d1230d986a043e13f1e8a61916, 'click', function() {infowindow.open(map,m_d69ba2d1230d986a043e13f1e8a61916);});$marker.push(m_d69ba2d1230d986a043e13f1e8a61916);}});}google.maps.event.addDomListener(window, 'load', initialize);