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(36.864,-87.5031)};var g_fcf74ff9abc554e7336b3a5da7bca2b5 = new google.maps.Geocoder();g_fcf74ff9abc554e7336b3a5da7bca2b5.geocode( { 'address': "307 North Dr, Hopkinsville, KY 42240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkinsville-KY-harbor-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('hopkinsville-KY-harbor-insurance-agency'), mapOptions);}document.getElementById('0103a3d0').innerHTML += ' | View Map';var $lfcf74ff9abc554e7336b3a5da7bca2b5 = '

Harbor Insurance Agency

Address: 307 North Dr, Hopkinsville, KY 42240, USA
Phone: (270) 881-1022
';var m_fcf74ff9abc554e7336b3a5da7bca2b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor Insurance Agency',});m_fcf74ff9abc554e7336b3a5da7bca2b5['infowindow'] = new google.maps.InfoWindow({content: $lfcf74ff9abc554e7336b3a5da7bca2b5});var infowindow = new google.maps.InfoWindow({content: $lfcf74ff9abc554e7336b3a5da7bca2b5});google.maps.event.addListener(m_fcf74ff9abc554e7336b3a5da7bca2b5, 'click', function() {infowindow.open(map,m_fcf74ff9abc554e7336b3a5da7bca2b5);});$marker.push(m_fcf74ff9abc554e7336b3a5da7bca2b5);}});}google.maps.event.addDomListener(window, 'load', initialize);