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_1dfcfccb90195ca0423cf4bf26a86a61 = new google.maps.Geocoder();g_1dfcfccb90195ca0423cf4bf26a86a61.geocode( { 'address': "3984 Central Ave Ne, Minneapolis, MN 55421"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-northeast-chiropractic-clinic').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-northeast-chiropractic-clinic'), mapOptions);}document.getElementById('7817637f').innerHTML += ' | View Map';var $l1dfcfccb90195ca0423cf4bf26a86a61 = '

Northeast Chiropractic Clinic

Address: 3984 Central Ave Ne, Minneapolis, MN 55421
Phone: (763) 788-9101
';var m_1dfcfccb90195ca0423cf4bf26a86a61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Chiropractic Clinic',});m_1dfcfccb90195ca0423cf4bf26a86a61['infowindow'] = new google.maps.InfoWindow({content: $l1dfcfccb90195ca0423cf4bf26a86a61});var infowindow = new google.maps.InfoWindow({content: $l1dfcfccb90195ca0423cf4bf26a86a61});google.maps.event.addListener(m_1dfcfccb90195ca0423cf4bf26a86a61, 'click', function() {infowindow.open(map,m_1dfcfccb90195ca0423cf4bf26a86a61);});$marker.push(m_1dfcfccb90195ca0423cf4bf26a86a61);}});}google.maps.event.addDomListener(window, 'load', initialize);