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_7006efe1a7589721525a9a19b8004c57 = new google.maps.Geocoder();g_7006efe1a7589721525a9a19b8004c57.geocode( { 'address': "701 Xenia Ave S, Minneapolis, MN 55416"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-burlwood-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-burlwood-financial-group-inc'), mapOptions);}document.getElementById('6c2ce6a2').innerHTML += ' | View Map';var $l7006efe1a7589721525a9a19b8004c57 = '

Burlwood Financial Group Inc

Address: 701 Xenia Ave S, Minneapolis, MN 55416
Phone: (763) 231-7170
';var m_7006efe1a7589721525a9a19b8004c57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Burlwood Financial Group Inc',});m_7006efe1a7589721525a9a19b8004c57['infowindow'] = new google.maps.InfoWindow({content: $l7006efe1a7589721525a9a19b8004c57});var infowindow = new google.maps.InfoWindow({content: $l7006efe1a7589721525a9a19b8004c57});google.maps.event.addListener(m_7006efe1a7589721525a9a19b8004c57, 'click', function() {infowindow.open(map,m_7006efe1a7589721525a9a19b8004c57);});$marker.push(m_7006efe1a7589721525a9a19b8004c57);}});}google.maps.event.addDomListener(window, 'load', initialize);