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(41.4106,-83.6504)};var g_7730692fac64d5984cdea614f66f8242 = new google.maps.Geocoder();g_7730692fac64d5984cdea614f66f8242.geocode( { 'address': "17708 N Dixie Hwy, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-hills-auto-sales-llc').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-hills-auto-sales-llc'), mapOptions);}document.getElementById('d82549c4').innerHTML += ' | View Map';var $l7730692fac64d5984cdea614f66f8242 = '

Hill's Auto Sales LLC

Address: 17708 N Dixie Hwy, Bowling Green, OH 43402, USA
Phone: (419) 308-6504
';var m_7730692fac64d5984cdea614f66f8242 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hill's Auto Sales LLC',});m_7730692fac64d5984cdea614f66f8242['infowindow'] = new google.maps.InfoWindow({content: $l7730692fac64d5984cdea614f66f8242});var infowindow = new google.maps.InfoWindow({content: $l7730692fac64d5984cdea614f66f8242});google.maps.event.addListener(m_7730692fac64d5984cdea614f66f8242, 'click', function() {infowindow.open(map,m_7730692fac64d5984cdea614f66f8242);});$marker.push(m_7730692fac64d5984cdea614f66f8242);}});}google.maps.event.addDomListener(window, 'load', initialize);