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(37.2536,-83.1849)};var g_9495b53a589bf34fb9fb7d017b51bdcd = new google.maps.Geocoder();g_9495b53a589bf34fb9fb7d017b51bdcd.geocode( { 'address': "331 Combs Rd, Hazard, KY 41701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazard-KY-b-b-p-s-auto').style.display = '';map = new google.maps.Map(document.getElementById('hazard-KY-b-b-p-s-auto'), mapOptions);}document.getElementById('fe3a643c').innerHTML += ' | View Map';var $l9495b53a589bf34fb9fb7d017b51bdcd = '

B B & P's Auto

Address: 331 Combs Rd, Hazard, KY 41701
Phone: (606) 436-0084
';var m_9495b53a589bf34fb9fb7d017b51bdcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B B & P's Auto',});m_9495b53a589bf34fb9fb7d017b51bdcd['infowindow'] = new google.maps.InfoWindow({content: $l9495b53a589bf34fb9fb7d017b51bdcd});var infowindow = new google.maps.InfoWindow({content: $l9495b53a589bf34fb9fb7d017b51bdcd});google.maps.event.addListener(m_9495b53a589bf34fb9fb7d017b51bdcd, 'click', function() {infowindow.open(map,m_9495b53a589bf34fb9fb7d017b51bdcd);});$marker.push(m_9495b53a589bf34fb9fb7d017b51bdcd);}});}google.maps.event.addDomListener(window, 'load', initialize);