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.1222,-93.1776)};var g_8bad39e9e029c834f9f9cdf91030a15a = new google.maps.Geocoder();g_8bad39e9e029c834f9f9cdf91030a15a.geocode( { 'address': "1801 Park View Dr, Shoreview, MN 55126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoreview-MN-wells').style.display = '';map = new google.maps.Map(document.getElementById('shoreview-MN-wells'), mapOptions);}document.getElementById('45fc17a2').innerHTML += ' | View Map';var $l8bad39e9e029c834f9f9cdf91030a15a = '

Wells

Address: 1801 Park View Dr, Shoreview, MN 55126, USA
Phone:
';var m_8bad39e9e029c834f9f9cdf91030a15a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells',});m_8bad39e9e029c834f9f9cdf91030a15a['infowindow'] = new google.maps.InfoWindow({content: $l8bad39e9e029c834f9f9cdf91030a15a});var infowindow = new google.maps.InfoWindow({content: $l8bad39e9e029c834f9f9cdf91030a15a});google.maps.event.addListener(m_8bad39e9e029c834f9f9cdf91030a15a, 'click', function() {infowindow.open(map,m_8bad39e9e029c834f9f9cdf91030a15a);});$marker.push(m_8bad39e9e029c834f9f9cdf91030a15a);}});}google.maps.event.addDomListener(window, 'load', initialize);