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.2571,-85.757)};var g_f38b52421982efeda7abfa979dd119e1 = new google.maps.Geocoder();g_f38b52421982efeda7abfa979dd119e1.geocode( { 'address': "401 W Main St, Louisville, KY 40202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-bbt---louisville-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-bbt---louisville-main-branch'), mapOptions);}document.getElementById('d2bbd20f').innerHTML += ' | View Map';var $lf38b52421982efeda7abfa979dd119e1 = '

BB&T - Louisville Main Branch

Address: 401 W Main St, Louisville, KY 40202, USA
Phone: (502) 562-5401
';var m_f38b52421982efeda7abfa979dd119e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Louisville Main Branch',});m_f38b52421982efeda7abfa979dd119e1['infowindow'] = new google.maps.InfoWindow({content: $lf38b52421982efeda7abfa979dd119e1});var infowindow = new google.maps.InfoWindow({content: $lf38b52421982efeda7abfa979dd119e1});google.maps.event.addListener(m_f38b52421982efeda7abfa979dd119e1, 'click', function() {infowindow.open(map,m_f38b52421982efeda7abfa979dd119e1);});$marker.push(m_f38b52421982efeda7abfa979dd119e1);}});}google.maps.event.addDomListener(window, 'load', initialize);