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.057,-84.2129)};var g_078b973a95f28edb3a0bd5ce05b32655 = new google.maps.Geocoder();g_078b973a95f28edb3a0bd5ce05b32655.geocode( { 'address': "1099 N Co Rd 25A, Troy, OH 45373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-OH-quick-credit-auto-sales-inc').style.display = '';map = new google.maps.Map(document.getElementById('troy-OH-quick-credit-auto-sales-inc'), mapOptions);}document.getElementById('4af66354').innerHTML += ' | View Map';var $l078b973a95f28edb3a0bd5ce05b32655 = '

Quick Credit Auto Sales Inc

Address: 1099 N Co Rd 25A, Troy, OH 45373, USA
Phone: (937) 339-6000
';var m_078b973a95f28edb3a0bd5ce05b32655 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Credit Auto Sales Inc',});m_078b973a95f28edb3a0bd5ce05b32655['infowindow'] = new google.maps.InfoWindow({content: $l078b973a95f28edb3a0bd5ce05b32655});var infowindow = new google.maps.InfoWindow({content: $l078b973a95f28edb3a0bd5ce05b32655});google.maps.event.addListener(m_078b973a95f28edb3a0bd5ce05b32655, 'click', function() {infowindow.open(map,m_078b973a95f28edb3a0bd5ce05b32655);});$marker.push(m_078b973a95f28edb3a0bd5ce05b32655);}});}google.maps.event.addDomListener(window, 'load', initialize);