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.7761,-84.3219)};var g_a6ea864631e42597e2a7c1704d14c0e0 = new google.maps.Geocoder();g_a6ea864631e42597e2a7c1704d14c0e0.geocode( { 'address': "1010 Brandy Ln, Richmond, KY 40475, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-KY-republic-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('richmond-KY-republic-state-mortgage'), mapOptions);}document.getElementById('83a24c4e').innerHTML += ' | View Map';var $la6ea864631e42597e2a7c1704d14c0e0 = '

Republic State Mortgage

Address: 1010 Brandy Ln, Richmond, KY 40475, USA
Phone: (859) 353-5678
';var m_a6ea864631e42597e2a7c1704d14c0e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic State Mortgage',});m_a6ea864631e42597e2a7c1704d14c0e0['infowindow'] = new google.maps.InfoWindow({content: $la6ea864631e42597e2a7c1704d14c0e0});var infowindow = new google.maps.InfoWindow({content: $la6ea864631e42597e2a7c1704d14c0e0});google.maps.event.addListener(m_a6ea864631e42597e2a7c1704d14c0e0, 'click', function() {infowindow.open(map,m_a6ea864631e42597e2a7c1704d14c0e0);});$marker.push(m_a6ea864631e42597e2a7c1704d14c0e0);}});}google.maps.event.addDomListener(window, 'load', initialize);