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.2815,-85.6339)};var g_b6d09120b1b81530022ebe057ddebf77 = new google.maps.Geocoder();g_b6d09120b1b81530022ebe057ddebf77.geocode( { 'address': "4908 US-42, Louisville, KY 40222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-bbt---brownsboro-branch').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-bbt---brownsboro-branch'), mapOptions);}document.getElementById('f8445e10').innerHTML += ' | View Map';var $lb6d09120b1b81530022ebe057ddebf77 = '

BB&T - Brownsboro Branch

Address: 4908 US-42, Louisville, KY 40222, USA
Phone: (502) 412-0171
';var m_b6d09120b1b81530022ebe057ddebf77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Brownsboro Branch',});m_b6d09120b1b81530022ebe057ddebf77['infowindow'] = new google.maps.InfoWindow({content: $lb6d09120b1b81530022ebe057ddebf77});var infowindow = new google.maps.InfoWindow({content: $lb6d09120b1b81530022ebe057ddebf77});google.maps.event.addListener(m_b6d09120b1b81530022ebe057ddebf77, 'click', function() {infowindow.open(map,m_b6d09120b1b81530022ebe057ddebf77);});$marker.push(m_b6d09120b1b81530022ebe057ddebf77);}});}google.maps.event.addDomListener(window, 'load', initialize);