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.1526,-85.7648)};var g_bcfe259aa963d82996464d1018f22e12 = new google.maps.Geocoder();g_bcfe259aa963d82996464d1018f22e12.geocode( { 'address': "7111 Southside Dr, Louisville, KY 40214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-bbt---louisville-southside-branch').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-bbt---louisville-southside-branch'), mapOptions);}document.getElementById('1c294268').innerHTML += ' | View Map';var $lbcfe259aa963d82996464d1018f22e12 = '

BB&T - Louisville Southside Branch

Address: 7111 Southside Dr, Louisville, KY 40214, USA
Phone: (502) 363-1535
';var m_bcfe259aa963d82996464d1018f22e12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Louisville Southside Branch',});m_bcfe259aa963d82996464d1018f22e12['infowindow'] = new google.maps.InfoWindow({content: $lbcfe259aa963d82996464d1018f22e12});var infowindow = new google.maps.InfoWindow({content: $lbcfe259aa963d82996464d1018f22e12});google.maps.event.addListener(m_bcfe259aa963d82996464d1018f22e12, 'click', function() {infowindow.open(map,m_bcfe259aa963d82996464d1018f22e12);});$marker.push(m_bcfe259aa963d82996464d1018f22e12);}});}google.maps.event.addDomListener(window, 'load', initialize);