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(39.2027,-83.6153)};var g_355932b4240e108e5b13fc1a52ea2665 = new google.maps.Geocoder();g_355932b4240e108e5b13fc1a52ea2665.geocode( { 'address': "245 W Main St, Hillsboro, OH 45133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-OH-community-markets').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-OH-community-markets'), mapOptions);}document.getElementById('e1986618').innerHTML += ' | View Map';var $l355932b4240e108e5b13fc1a52ea2665 = '

Community Markets

Address: 245 W Main St, Hillsboro, OH 45133, USA
Phone: (937) 393-4801
';var m_355932b4240e108e5b13fc1a52ea2665 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Markets',});m_355932b4240e108e5b13fc1a52ea2665['infowindow'] = new google.maps.InfoWindow({content: $l355932b4240e108e5b13fc1a52ea2665});var infowindow = new google.maps.InfoWindow({content: $l355932b4240e108e5b13fc1a52ea2665});google.maps.event.addListener(m_355932b4240e108e5b13fc1a52ea2665, 'click', function() {infowindow.open(map,m_355932b4240e108e5b13fc1a52ea2665);});$marker.push(m_355932b4240e108e5b13fc1a52ea2665);}});}google.maps.event.addDomListener(window, 'load', initialize);