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(42.9397,-88.0501)};var g_e068ea62eb63df3541e34320daa40907 = new google.maps.Geocoder();g_e068ea62eb63df3541e34320daa40907.geocode( { 'address': "11077 W Forest Home Ave, Hales Corners, WI 53130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hales-corners-WI-forest-ridge-caring-community').style.display = '';map = new google.maps.Map(document.getElementById('hales-corners-WI-forest-ridge-caring-community'), mapOptions);}document.getElementById('4edf18ba').innerHTML += ' | View Map';var $le068ea62eb63df3541e34320daa40907 = '

Forest Ridge Caring Community

Address: 11077 W Forest Home Ave, Hales Corners, WI 53130
Phone: (414) 425-1148
';var m_e068ea62eb63df3541e34320daa40907 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Forest Ridge Caring Community',});m_e068ea62eb63df3541e34320daa40907['infowindow'] = new google.maps.InfoWindow({content: $le068ea62eb63df3541e34320daa40907});var infowindow = new google.maps.InfoWindow({content: $le068ea62eb63df3541e34320daa40907});google.maps.event.addListener(m_e068ea62eb63df3541e34320daa40907, 'click', function() {infowindow.open(map,m_e068ea62eb63df3541e34320daa40907);});$marker.push(m_e068ea62eb63df3541e34320daa40907);}});}google.maps.event.addDomListener(window, 'load', initialize);