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.1102,-84.0782)};var g_e1810d6a235e1a531ed9ada0db549fbc = new google.maps.Geocoder();g_e1810d6a235e1a531ed9ada0db549fbc.geocode( { 'address': "1105 W 5th St, London, KY 40741"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-citizens-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-citizens-guaranty-bank'), mapOptions);}document.getElementById('233313e2').innerHTML += ' | View Map';var $le1810d6a235e1a531ed9ada0db549fbc = '

Citizens Guaranty Bank

Address: 1105 W 5th St, London, KY 40741
Phone: (606) 864-0284
';var m_e1810d6a235e1a531ed9ada0db549fbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Guaranty Bank',});m_e1810d6a235e1a531ed9ada0db549fbc['infowindow'] = new google.maps.InfoWindow({content: $le1810d6a235e1a531ed9ada0db549fbc});var infowindow = new google.maps.InfoWindow({content: $le1810d6a235e1a531ed9ada0db549fbc});google.maps.event.addListener(m_e1810d6a235e1a531ed9ada0db549fbc, 'click', function() {infowindow.open(map,m_e1810d6a235e1a531ed9ada0db549fbc);});$marker.push(m_e1810d6a235e1a531ed9ada0db549fbc);}});}google.maps.event.addDomListener(window, 'load', initialize);