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.5383,-77.4391)};var g_07bc4d051b137c325c9492d109fa8e0a = new google.maps.Geocoder();g_07bc4d051b137c325c9492d109fa8e0a.geocode( { 'address': "1801 Bayberry CT, Richmond, VA 23226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-bank-southtrust').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-bank-southtrust'), mapOptions);}document.getElementById('6fbc4b42').innerHTML += ' | View Map';var $l07bc4d051b137c325c9492d109fa8e0a = '

Bank Southtrust

Address: 1801 Bayberry CT, Richmond, VA 23226
Phone: (804) 285-5904
';var m_07bc4d051b137c325c9492d109fa8e0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Southtrust',});m_07bc4d051b137c325c9492d109fa8e0a['infowindow'] = new google.maps.InfoWindow({content: $l07bc4d051b137c325c9492d109fa8e0a});var infowindow = new google.maps.InfoWindow({content: $l07bc4d051b137c325c9492d109fa8e0a});google.maps.event.addListener(m_07bc4d051b137c325c9492d109fa8e0a, 'click', function() {infowindow.open(map,m_07bc4d051b137c325c9492d109fa8e0a);});$marker.push(m_07bc4d051b137c325c9492d109fa8e0a);}});}google.maps.event.addDomListener(window, 'load', initialize);