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.988,-84.2009)};var g_840dbdac34d49ae1772134f19d35a266 = new google.maps.Geocoder();g_840dbdac34d49ae1772134f19d35a266.geocode( { 'address': "3520 S Co Rd 25A, Troy, OH 45373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-OH-dave-says-yes').style.display = '';map = new google.maps.Map(document.getElementById('troy-OH-dave-says-yes'), mapOptions);}document.getElementById('dfeccf0b').innerHTML += ' | View Map';var $l840dbdac34d49ae1772134f19d35a266 = '

Dave Says Yes

Address: 3520 S Co Rd 25A, Troy, OH 45373, USA
Phone: (937) 552-2404
';var m_840dbdac34d49ae1772134f19d35a266 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dave Says Yes',});m_840dbdac34d49ae1772134f19d35a266['infowindow'] = new google.maps.InfoWindow({content: $l840dbdac34d49ae1772134f19d35a266});var infowindow = new google.maps.InfoWindow({content: $l840dbdac34d49ae1772134f19d35a266});google.maps.event.addListener(m_840dbdac34d49ae1772134f19d35a266, 'click', function() {infowindow.open(map,m_840dbdac34d49ae1772134f19d35a266);});$marker.push(m_840dbdac34d49ae1772134f19d35a266);}});}google.maps.event.addDomListener(window, 'load', initialize);