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_bad5d5a45e88b8b871e95acb3ea80aa0 = new google.maps.Geocoder();g_bad5d5a45e88b8b871e95acb3ea80aa0.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-atm').style.display = '';map = new google.maps.Map(document.getElementById('charles-city-VA-bbt-atm'), mapOptions);}document.getElementById('88dbbb47').innerHTML += ' | View Map';var $lbad5d5a45e88b8b871e95acb3ea80aa0 = '

BB&T ATM

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