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(45.0392,-92.8274)};var g_ae5a9e0fd0c429e43573dae464e55dd8 = new google.maps.Geocoder();g_ae5a9e0fd0c429e43573dae464e55dd8.geocode( { 'address': "1875 Northwestern Ave, Stillwater, MN 55082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-MN-familymeans').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-MN-familymeans'), mapOptions);}document.getElementById('ce978348').innerHTML += ' | View Map';var $lae5a9e0fd0c429e43573dae464e55dd8 = '

FamilyMeans

Address: 1875 Northwestern Ave, Stillwater, MN 55082, USA
Phone: (651) 439-4840
';var m_ae5a9e0fd0c429e43573dae464e55dd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FamilyMeans',});m_ae5a9e0fd0c429e43573dae464e55dd8['infowindow'] = new google.maps.InfoWindow({content: $lae5a9e0fd0c429e43573dae464e55dd8});var infowindow = new google.maps.InfoWindow({content: $lae5a9e0fd0c429e43573dae464e55dd8});google.maps.event.addListener(m_ae5a9e0fd0c429e43573dae464e55dd8, 'click', function() {infowindow.open(map,m_ae5a9e0fd0c429e43573dae464e55dd8);});$marker.push(m_ae5a9e0fd0c429e43573dae464e55dd8);}});}google.maps.event.addDomListener(window, 'load', initialize);