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.1941,-83.44)};var g_2425ad56cc45acbd2fc44f149d69a9b8 = new google.maps.Geocoder();g_2425ad56cc45acbd2fc44f149d69a9b8.geocode( { 'address': "122 E Main St, Morehead, KY 40351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morehead-KY-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('morehead-KY-u-s-bank'), mapOptions);}document.getElementById('02765424').innerHTML += ' | View Map';var $l2425ad56cc45acbd2fc44f149d69a9b8 = '

U.S. Bank

Address: 122 E Main St, Morehead, KY 40351
Phone: (606) 780-8300
';var m_2425ad56cc45acbd2fc44f149d69a9b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_2425ad56cc45acbd2fc44f149d69a9b8['infowindow'] = new google.maps.InfoWindow({content: $l2425ad56cc45acbd2fc44f149d69a9b8});var infowindow = new google.maps.InfoWindow({content: $l2425ad56cc45acbd2fc44f149d69a9b8});google.maps.event.addListener(m_2425ad56cc45acbd2fc44f149d69a9b8, 'click', function() {infowindow.open(map,m_2425ad56cc45acbd2fc44f149d69a9b8);});$marker.push(m_2425ad56cc45acbd2fc44f149d69a9b8);}});}google.maps.event.addDomListener(window, 'load', initialize);