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.6719,-82.7758)};var g_fb2ccc8e480923a8e8fa9bcffb265967 = new google.maps.Geocoder();g_fb2ccc8e480923a8e8fa9bcffb265967.geocode( { 'address': "420 N Lake Dr, Prestonsburg, KY 41653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prestonsburg-KY-first-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('prestonsburg-KY-first-guaranty-bank'), mapOptions);}document.getElementById('42778588').innerHTML += ' | View Map';var $lfb2ccc8e480923a8e8fa9bcffb265967 = '

First Guaranty Bank

Address: 420 N Lake Dr, Prestonsburg, KY 41653, USA
Phone: (606) 886-0329
';var m_fb2ccc8e480923a8e8fa9bcffb265967 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Guaranty Bank',});m_fb2ccc8e480923a8e8fa9bcffb265967['infowindow'] = new google.maps.InfoWindow({content: $lfb2ccc8e480923a8e8fa9bcffb265967});var infowindow = new google.maps.InfoWindow({content: $lfb2ccc8e480923a8e8fa9bcffb265967});google.maps.event.addListener(m_fb2ccc8e480923a8e8fa9bcffb265967, 'click', function() {infowindow.open(map,m_fb2ccc8e480923a8e8fa9bcffb265967);});$marker.push(m_fb2ccc8e480923a8e8fa9bcffb265967);}});}google.maps.event.addDomListener(window, 'load', initialize);