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.3755,-77.5089)};var g_5e4ff84f42d4a2ad8ac5d1ef97b59d70 = new google.maps.Geocoder();g_5e4ff84f42d4a2ad8ac5d1ef97b59d70.geocode( { 'address': "9970 Iron Bridge Rd, Chesterfield, VA 23832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterfield-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('chesterfield-VA-bbt-atm'), mapOptions);}document.getElementById('c69b351d').innerHTML += ' | View Map';var $l5e4ff84f42d4a2ad8ac5d1ef97b59d70 = '

BB&T ATM

Address: 9970 Iron Bridge Rd, Chesterfield, VA 23832, USA
Phone: (800) 226-5228
';var m_5e4ff84f42d4a2ad8ac5d1ef97b59d70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_5e4ff84f42d4a2ad8ac5d1ef97b59d70['infowindow'] = new google.maps.InfoWindow({content: $l5e4ff84f42d4a2ad8ac5d1ef97b59d70});var infowindow = new google.maps.InfoWindow({content: $l5e4ff84f42d4a2ad8ac5d1ef97b59d70});google.maps.event.addListener(m_5e4ff84f42d4a2ad8ac5d1ef97b59d70, 'click', function() {infowindow.open(map,m_5e4ff84f42d4a2ad8ac5d1ef97b59d70);});$marker.push(m_5e4ff84f42d4a2ad8ac5d1ef97b59d70);}});}google.maps.event.addDomListener(window, 'load', initialize);