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.6846,-82.7821)};var g_898248d4adc4cbe9056bdc47b0f772a6 = new google.maps.Geocoder();g_898248d4adc4cbe9056bdc47b0f772a6.geocode( { 'address': "383 University Dr, Prestonsburg, KY 41653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prestonsburg-KY-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('prestonsburg-KY-mariner-finance'), mapOptions);}document.getElementById('f47de0e3').innerHTML += ' | View Map';var $l898248d4adc4cbe9056bdc47b0f772a6 = '

Mariner Finance

Address: 383 University Dr, Prestonsburg, KY 41653, USA
Phone: (606) 886-8743
';var m_898248d4adc4cbe9056bdc47b0f772a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_898248d4adc4cbe9056bdc47b0f772a6['infowindow'] = new google.maps.InfoWindow({content: $l898248d4adc4cbe9056bdc47b0f772a6});var infowindow = new google.maps.InfoWindow({content: $l898248d4adc4cbe9056bdc47b0f772a6});google.maps.event.addListener(m_898248d4adc4cbe9056bdc47b0f772a6, 'click', function() {infowindow.open(map,m_898248d4adc4cbe9056bdc47b0f772a6);});$marker.push(m_898248d4adc4cbe9056bdc47b0f772a6);}});}google.maps.event.addDomListener(window, 'load', initialize);