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(38.0554,-84.7129)};var g_1fd38a1c4411dcda2fc2e38ae6ffb79a = new google.maps.Geocoder();g_1fd38a1c4411dcda2fc2e38ae6ffb79a.geocode( { 'address': "260 Crossfield Dr, Versailles, KY 40383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('versailles-KY-republic-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('versailles-KY-republic-state-mortgage'), mapOptions);}document.getElementById('f7cd7a19').innerHTML += ' | View Map';var $l1fd38a1c4411dcda2fc2e38ae6ffb79a = '

Republic State Mortgage

Address: 260 Crossfield Dr, Versailles, KY 40383, USA
Phone: (859) 879-0044
';var m_1fd38a1c4411dcda2fc2e38ae6ffb79a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic State Mortgage',});m_1fd38a1c4411dcda2fc2e38ae6ffb79a['infowindow'] = new google.maps.InfoWindow({content: $l1fd38a1c4411dcda2fc2e38ae6ffb79a});var infowindow = new google.maps.InfoWindow({content: $l1fd38a1c4411dcda2fc2e38ae6ffb79a});google.maps.event.addListener(m_1fd38a1c4411dcda2fc2e38ae6ffb79a, 'click', function() {infowindow.open(map,m_1fd38a1c4411dcda2fc2e38ae6ffb79a);});$marker.push(m_1fd38a1c4411dcda2fc2e38ae6ffb79a);}});}google.maps.event.addDomListener(window, 'load', initialize);