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.1512,-79.0735)};var g_6c8277fbafb4c4a1eb376cae2968401f = new google.maps.Geocoder();g_6c8277fbafb4c4a1eb376cae2968401f.geocode( { 'address': "125 N Central Ave, Staunton, VA 24401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-bbt-bank'), mapOptions);}document.getElementById('0d3540f2').innerHTML += ' | View Map';var $l6c8277fbafb4c4a1eb376cae2968401f = '

BB&T Bank

Address: 125 N Central Ave, Staunton, VA 24401, USA
Phone: (540) 851-3900
';var m_6c8277fbafb4c4a1eb376cae2968401f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_6c8277fbafb4c4a1eb376cae2968401f['infowindow'] = new google.maps.InfoWindow({content: $l6c8277fbafb4c4a1eb376cae2968401f});var infowindow = new google.maps.InfoWindow({content: $l6c8277fbafb4c4a1eb376cae2968401f});google.maps.event.addListener(m_6c8277fbafb4c4a1eb376cae2968401f, 'click', function() {infowindow.open(map,m_6c8277fbafb4c4a1eb376cae2968401f);});$marker.push(m_6c8277fbafb4c4a1eb376cae2968401f);}});var g_510ff78a7f86f653f7ecf9adb05722e7 = new google.maps.Geocoder();g_510ff78a7f86f653f7ecf9adb05722e7.geocode( { 'address': "488 Frontier Dr, Staunton, VA 24401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-bbt-bank'), mapOptions);}document.getElementById('6b69ff9c').innerHTML += ' | View Map';var $l510ff78a7f86f653f7ecf9adb05722e7 = '

BB&T Bank

Address: 488 Frontier Dr, Staunton, VA 24401, USA
Phone: (540) 885-5991
';var m_510ff78a7f86f653f7ecf9adb05722e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_510ff78a7f86f653f7ecf9adb05722e7['infowindow'] = new google.maps.InfoWindow({content: $l510ff78a7f86f653f7ecf9adb05722e7});var infowindow = new google.maps.InfoWindow({content: $l510ff78a7f86f653f7ecf9adb05722e7});google.maps.event.addListener(m_510ff78a7f86f653f7ecf9adb05722e7, 'click', function() {infowindow.open(map,m_510ff78a7f86f653f7ecf9adb05722e7);});$marker.push(m_510ff78a7f86f653f7ecf9adb05722e7);}});}google.maps.event.addDomListener(window, 'load', initialize);