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.1804,-83.4452)};var g_a9b94e2e91ee1dae4106f72c3e48880e = new google.maps.Geocoder();g_a9b94e2e91ee1dae4106f72c3e48880e.geocode( { 'address': "419 Flemingsburg Rd, Morehead, KY 40351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morehead-KY-morehead-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('morehead-KY-morehead-financial-inc'), mapOptions);}document.getElementById('b5842074').innerHTML += ' | View Map';var $la9b94e2e91ee1dae4106f72c3e48880e = '

Morehead Financial Inc

Address: 419 Flemingsburg Rd, Morehead, KY 40351, USA
Phone: (606) 780-4255
';var m_a9b94e2e91ee1dae4106f72c3e48880e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morehead Financial Inc',});m_a9b94e2e91ee1dae4106f72c3e48880e['infowindow'] = new google.maps.InfoWindow({content: $la9b94e2e91ee1dae4106f72c3e48880e});var infowindow = new google.maps.InfoWindow({content: $la9b94e2e91ee1dae4106f72c3e48880e});google.maps.event.addListener(m_a9b94e2e91ee1dae4106f72c3e48880e, 'click', function() {infowindow.open(map,m_a9b94e2e91ee1dae4106f72c3e48880e);});$marker.push(m_a9b94e2e91ee1dae4106f72c3e48880e);}});}google.maps.event.addDomListener(window, 'load', initialize);