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.2571,-77.4113)};var g_9c167a0e5b1e856b67d9adb348a8653a = new google.maps.Geocoder();g_9c167a0e5b1e856b67d9adb348a8653a.geocode( { 'address': "1905 Boulevard, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-first-virginia').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-first-virginia'), mapOptions);}document.getElementById('7264e9bd').innerHTML += ' | View Map';var $l9c167a0e5b1e856b67d9adb348a8653a = '

First Virginia

Address: 1905 Boulevard, Colonial Heights, VA 23834, USA
Phone: (804) 451-7007
';var m_9c167a0e5b1e856b67d9adb348a8653a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia',});m_9c167a0e5b1e856b67d9adb348a8653a['infowindow'] = new google.maps.InfoWindow({content: $l9c167a0e5b1e856b67d9adb348a8653a});var infowindow = new google.maps.InfoWindow({content: $l9c167a0e5b1e856b67d9adb348a8653a});google.maps.event.addListener(m_9c167a0e5b1e856b67d9adb348a8653a, 'click', function() {infowindow.open(map,m_9c167a0e5b1e856b67d9adb348a8653a);});$marker.push(m_9c167a0e5b1e856b67d9adb348a8653a);}});}google.maps.event.addDomListener(window, 'load', initialize);