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.2351,-83.7499)};var g_18e208252c110747390ec45323819721 = new google.maps.Geocoder();g_18e208252c110747390ec45323819721.geocode( { 'address': "1194 Oak Valley Dr #80, Ann Arbor, MI 48108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-orange-county-home-hub').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-orange-county-home-hub'), mapOptions);}document.getElementById('9ec6b3d4').innerHTML += ' | View Map';var $l18e208252c110747390ec45323819721 = '

Orange County Home Hub

Address: 1194 Oak Valley Dr #80, Ann Arbor, MI 48108, USA
Phone: (888) 616-6866
';var m_18e208252c110747390ec45323819721 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orange County Home Hub',});m_18e208252c110747390ec45323819721['infowindow'] = new google.maps.InfoWindow({content: $l18e208252c110747390ec45323819721});var infowindow = new google.maps.InfoWindow({content: $l18e208252c110747390ec45323819721});google.maps.event.addListener(m_18e208252c110747390ec45323819721, 'click', function() {infowindow.open(map,m_18e208252c110747390ec45323819721);});$marker.push(m_18e208252c110747390ec45323819721);}});}google.maps.event.addDomListener(window, 'load', initialize);