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.2345)};var g_6094be489fe02df1c50dd518971b3f02 = new google.maps.Geocoder();g_6094be489fe02df1c50dd518971b3f02.geocode( { 'address': "805 Bardstown Rd, Springfield, KY 40069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-KY-bbt---springfield-ky-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('springfield-KY-bbt---springfield-ky-main-branch'), mapOptions);}document.getElementById('34a42028').innerHTML += ' | View Map';var $l6094be489fe02df1c50dd518971b3f02 = '

BB&T - Springfield KY Main Branch

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