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.9848,-93.2702)};var g_886551d6661c7e64f03ecdc16f7eae8b = new google.maps.Geocoder();g_886551d6661c7e64f03ecdc16f7eae8b.geocode( { 'address': "3900 Main St NE, Minneapolis, MN 55421"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-financial-planning-association-of-minnesota').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-financial-planning-association-of-minnesota'), mapOptions);}document.getElementById('94e911eb').innerHTML += ' | View Map';var $l886551d6661c7e64f03ecdc16f7eae8b = '

Financial Planning Association of Minnesota

Address: 3900 Main St NE, Minneapolis, MN 55421
Phone: (763) 781-1212
';var m_886551d6661c7e64f03ecdc16f7eae8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Planning Association of Minnesota',});m_886551d6661c7e64f03ecdc16f7eae8b['infowindow'] = new google.maps.InfoWindow({content: $l886551d6661c7e64f03ecdc16f7eae8b});var infowindow = new google.maps.InfoWindow({content: $l886551d6661c7e64f03ecdc16f7eae8b});google.maps.event.addListener(m_886551d6661c7e64f03ecdc16f7eae8b, 'click', function() {infowindow.open(map,m_886551d6661c7e64f03ecdc16f7eae8b);});$marker.push(m_886551d6661c7e64f03ecdc16f7eae8b);}});}google.maps.event.addDomListener(window, 'load', initialize);