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.69,-85.2337)};var g_bc4b6551ae6e76f4b7aa4a579632aa81 = new google.maps.Geocoder();g_bc4b6551ae6e76f4b7aa4a579632aa81.geocode( { 'address': "803 Bardstown Rd, Springfield, KY 40069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-KY-bbt').style.display = '';map = new google.maps.Map(document.getElementById('springfield-KY-bbt'), mapOptions);}document.getElementById('bbd0d4d1').innerHTML += ' | View Map';var $lbc4b6551ae6e76f4b7aa4a579632aa81 = '

BB&T

Address: 803 Bardstown Rd, Springfield, KY 40069, USA
Phone: (859) 336-3971
';var m_bc4b6551ae6e76f4b7aa4a579632aa81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_bc4b6551ae6e76f4b7aa4a579632aa81['infowindow'] = new google.maps.InfoWindow({content: $lbc4b6551ae6e76f4b7aa4a579632aa81});var infowindow = new google.maps.InfoWindow({content: $lbc4b6551ae6e76f4b7aa4a579632aa81});google.maps.event.addListener(m_bc4b6551ae6e76f4b7aa4a579632aa81, 'click', function() {infowindow.open(map,m_bc4b6551ae6e76f4b7aa4a579632aa81);});$marker.push(m_bc4b6551ae6e76f4b7aa4a579632aa81);}});}google.maps.event.addDomListener(window, 'load', initialize);