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.3522,-77.0745)};var g_b38eb0ae818b10cc35c9a4c7dc19f952 = new google.maps.Geocoder();g_b38eb0ae818b10cc35c9a4c7dc19f952.geocode( { 'address': "10000 Courthouse Rd, Charles City, VA 23030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charles-city-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('charles-city-VA-bbt'), mapOptions);}document.getElementById('88dbbb47').innerHTML += ' | View Map';var $lb38eb0ae818b10cc35c9a4c7dc19f952 = '

BB&T

Address: 10000 Courthouse Rd, Charles City, VA 23030, USA
Phone: (804) 829-2434
';var m_b38eb0ae818b10cc35c9a4c7dc19f952 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_b38eb0ae818b10cc35c9a4c7dc19f952['infowindow'] = new google.maps.InfoWindow({content: $lb38eb0ae818b10cc35c9a4c7dc19f952});var infowindow = new google.maps.InfoWindow({content: $lb38eb0ae818b10cc35c9a4c7dc19f952});google.maps.event.addListener(m_b38eb0ae818b10cc35c9a4c7dc19f952, 'click', function() {infowindow.open(map,m_b38eb0ae818b10cc35c9a4c7dc19f952);});$marker.push(m_b38eb0ae818b10cc35c9a4c7dc19f952);}});}google.maps.event.addDomListener(window, 'load', initialize);