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(40.7607,-83.8239)};var g_f7d019caa4d2218c149d2617aa217bbd = new google.maps.Geocoder();g_f7d019caa4d2218c149d2617aa217bbd.geocode( { 'address': "945 S Main St, Ada, OH 45810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OH-community-markets').style.display = '';map = new google.maps.Map(document.getElementById('ada-OH-community-markets'), mapOptions);}document.getElementById('d0c07085').innerHTML += ' | View Map';var $lf7d019caa4d2218c149d2617aa217bbd = '

Community Markets

Address: 945 S Main St, Ada, OH 45810, USA
Phone: (419) 634-4881
';var m_f7d019caa4d2218c149d2617aa217bbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Markets',});m_f7d019caa4d2218c149d2617aa217bbd['infowindow'] = new google.maps.InfoWindow({content: $lf7d019caa4d2218c149d2617aa217bbd});var infowindow = new google.maps.InfoWindow({content: $lf7d019caa4d2218c149d2617aa217bbd});google.maps.event.addListener(m_f7d019caa4d2218c149d2617aa217bbd, 'click', function() {infowindow.open(map,m_f7d019caa4d2218c149d2617aa217bbd);});$marker.push(m_f7d019caa4d2218c149d2617aa217bbd);}});}google.maps.event.addDomListener(window, 'load', initialize);