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_1fdf78d19b2dcc7ac6e9844760178dba = new google.maps.Geocoder();g_1fdf78d19b2dcc7ac6e9844760178dba.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---chesterfield-courthouse-branch').style.display = '';map = new google.maps.Map(document.getElementById('chesterfield-VA-bbt---chesterfield-courthouse-branch'), mapOptions);}document.getElementById('c69b351d').innerHTML += ' | View Map';var $l1fdf78d19b2dcc7ac6e9844760178dba = '

BB&T - Chesterfield Courthouse Branch

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