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.6539,-84.1363)};var g_a17c8f64019807c6c53ea7fad557679b = new google.maps.Geocoder();g_a17c8f64019807c6c53ea7fad557679b.geocode( { 'address': "602 E Main St, Cridersville, OH 45806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cridersville-OH-community-markets').style.display = '';map = new google.maps.Map(document.getElementById('cridersville-OH-community-markets'), mapOptions);}document.getElementById('00013199').innerHTML += ' | View Map';var $la17c8f64019807c6c53ea7fad557679b = '

Community Markets

Address: 602 E Main St, Cridersville, OH 45806, USA
Phone: (419) 645-5770
';var m_a17c8f64019807c6c53ea7fad557679b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Markets',});m_a17c8f64019807c6c53ea7fad557679b['infowindow'] = new google.maps.InfoWindow({content: $la17c8f64019807c6c53ea7fad557679b});var infowindow = new google.maps.InfoWindow({content: $la17c8f64019807c6c53ea7fad557679b});google.maps.event.addListener(m_a17c8f64019807c6c53ea7fad557679b, 'click', function() {infowindow.open(map,m_a17c8f64019807c6c53ea7fad557679b);});$marker.push(m_a17c8f64019807c6c53ea7fad557679b);}});}google.maps.event.addDomListener(window, 'load', initialize);