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.0163,-84.557)};var g_db2dc7973e8e4d634d01e67dfe80f4bd = new google.maps.Geocoder();g_db2dc7973e8e4d634d01e67dfe80f4bd.geocode( { 'address': "937 Midnight Pass, Lexington, KY 40513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-bbt---beaumont-branch').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-bbt---beaumont-branch'), mapOptions);}document.getElementById('bcb8f8a8').innerHTML += ' | View Map';var $ldb2dc7973e8e4d634d01e67dfe80f4bd = '

BB&T - Beaumont Branch

Address: 937 Midnight Pass, Lexington, KY 40513, USA
Phone: (859) 224-8292
';var m_db2dc7973e8e4d634d01e67dfe80f4bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Beaumont Branch',});m_db2dc7973e8e4d634d01e67dfe80f4bd['infowindow'] = new google.maps.InfoWindow({content: $ldb2dc7973e8e4d634d01e67dfe80f4bd});var infowindow = new google.maps.InfoWindow({content: $ldb2dc7973e8e4d634d01e67dfe80f4bd});google.maps.event.addListener(m_db2dc7973e8e4d634d01e67dfe80f4bd, 'click', function() {infowindow.open(map,m_db2dc7973e8e4d634d01e67dfe80f4bd);});$marker.push(m_db2dc7973e8e4d634d01e67dfe80f4bd);}});}google.maps.event.addDomListener(window, 'load', initialize);