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.8409,-87.4783)};var g_9498200f4e3ad82b2de100535be1557c = new google.maps.Geocoder();g_9498200f4e3ad82b2de100535be1557c.geocode( { 'address': "1217 Skyline Dr, Hopkinsville, KY 42240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkinsville-KY-heights-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hopkinsville-KY-heights-finance-corporation'), mapOptions);}document.getElementById('b41f99ac').innerHTML += ' | View Map';var $l9498200f4e3ad82b2de100535be1557c = '

Heights Finance Corporation

Address: 1217 Skyline Dr, Hopkinsville, KY 42240, USA
Phone: (270) 885-0476
';var m_9498200f4e3ad82b2de100535be1557c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heights Finance Corporation',});m_9498200f4e3ad82b2de100535be1557c['infowindow'] = new google.maps.InfoWindow({content: $l9498200f4e3ad82b2de100535be1557c});var infowindow = new google.maps.InfoWindow({content: $l9498200f4e3ad82b2de100535be1557c});google.maps.event.addListener(m_9498200f4e3ad82b2de100535be1557c, 'click', function() {infowindow.open(map,m_9498200f4e3ad82b2de100535be1557c);});$marker.push(m_9498200f4e3ad82b2de100535be1557c);}});}google.maps.event.addDomListener(window, 'load', initialize);