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.6673,-82.7731)};var g_9f1df5117cb67868e7fccaea7635393e = new google.maps.Geocoder();g_9f1df5117cb67868e7fccaea7635393e.geocode( { 'address': "132 S Lake Dr #101, Prestonsburg, KY 41653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prestonsburg-KY-hall--clark-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('prestonsburg-KY-hall--clark-insurance-agency-inc'), mapOptions);}document.getElementById('19d522f9').innerHTML += ' | View Map';var $l9f1df5117cb67868e7fccaea7635393e = '

Hall & Clark Insurance Agency, Inc.

Address: 132 S Lake Dr #101, Prestonsburg, KY 41653, USA
Phone: (606) 886-2318
';var m_9f1df5117cb67868e7fccaea7635393e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hall & Clark Insurance Agency, Inc.',});m_9f1df5117cb67868e7fccaea7635393e['infowindow'] = new google.maps.InfoWindow({content: $l9f1df5117cb67868e7fccaea7635393e});var infowindow = new google.maps.InfoWindow({content: $l9f1df5117cb67868e7fccaea7635393e});google.maps.event.addListener(m_9f1df5117cb67868e7fccaea7635393e, 'click', function() {infowindow.open(map,m_9f1df5117cb67868e7fccaea7635393e);});$marker.push(m_9f1df5117cb67868e7fccaea7635393e);}});}google.maps.event.addDomListener(window, 'load', initialize);