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.4343,-77.611)};var g_c5326d38e4c3ee8085a8a8c8c5f2d3ca = new google.maps.Geocoder();g_c5326d38e4c3ee8085a8a8c8c5f2d3ca.geocode( { 'address': "11730 Hull Street Rd, Midlothian, VA 23112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-VA-bank-of-virginia').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-VA-bank-of-virginia'), mapOptions);}document.getElementById('69770b32').innerHTML += ' | View Map';var $lc5326d38e4c3ee8085a8a8c8c5f2d3ca = '

Bank of Virginia

Address: 11730 Hull Street Rd, Midlothian, VA 23112, USA
Phone: (804) 744-7576
';var m_c5326d38e4c3ee8085a8a8c8c5f2d3ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Virginia',});m_c5326d38e4c3ee8085a8a8c8c5f2d3ca['infowindow'] = new google.maps.InfoWindow({content: $lc5326d38e4c3ee8085a8a8c8c5f2d3ca});var infowindow = new google.maps.InfoWindow({content: $lc5326d38e4c3ee8085a8a8c8c5f2d3ca});google.maps.event.addListener(m_c5326d38e4c3ee8085a8a8c8c5f2d3ca, 'click', function() {infowindow.open(map,m_c5326d38e4c3ee8085a8a8c8c5f2d3ca);});$marker.push(m_c5326d38e4c3ee8085a8a8c8c5f2d3ca);}});}google.maps.event.addDomListener(window, 'load', initialize);