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.8891,-84.0461)};var g_b766d9939b97bf932b49e03cb2d75045 = new google.maps.Geocoder();g_b766d9939b97bf932b49e03cb2d75045.geocode( { 'address': "610 Mc Adams Dr, New Carlisle, OH 45344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-carlisle-OH-community-markets').style.display = '';map = new google.maps.Map(document.getElementById('new-carlisle-OH-community-markets'), mapOptions);}document.getElementById('29d30163').innerHTML += ' | View Map';var $lb766d9939b97bf932b49e03cb2d75045 = '

Community Markets

Address: 610 Mc Adams Dr, New Carlisle, OH 45344, USA
Phone: (937) 849-9011
';var m_b766d9939b97bf932b49e03cb2d75045 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Markets',});m_b766d9939b97bf932b49e03cb2d75045['infowindow'] = new google.maps.InfoWindow({content: $lb766d9939b97bf932b49e03cb2d75045});var infowindow = new google.maps.InfoWindow({content: $lb766d9939b97bf932b49e03cb2d75045});google.maps.event.addListener(m_b766d9939b97bf932b49e03cb2d75045, 'click', function() {infowindow.open(map,m_b766d9939b97bf932b49e03cb2d75045);});$marker.push(m_b766d9939b97bf932b49e03cb2d75045);}});}google.maps.event.addDomListener(window, 'load', initialize);