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(36.9584,-76.6023)};var g_804c3e3720d3a277b2601c2ddb3ab589 = new google.maps.Geocoder();g_804c3e3720d3a277b2601c2ddb3ab589.geocode( { 'address': "1207 Benns Church Blvd, Smithfield, VA 23430, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-VA-first-virginia').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-VA-first-virginia'), mapOptions);}document.getElementById('6ffdafcf').innerHTML += ' | View Map';var $l804c3e3720d3a277b2601c2ddb3ab589 = '

First Virginia

Address: 1207 Benns Church Blvd, Smithfield, VA 23430, USA
Phone: (757) 365-9711
';var m_804c3e3720d3a277b2601c2ddb3ab589 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia',});m_804c3e3720d3a277b2601c2ddb3ab589['infowindow'] = new google.maps.InfoWindow({content: $l804c3e3720d3a277b2601c2ddb3ab589});var infowindow = new google.maps.InfoWindow({content: $l804c3e3720d3a277b2601c2ddb3ab589});google.maps.event.addListener(m_804c3e3720d3a277b2601c2ddb3ab589, 'click', function() {infowindow.open(map,m_804c3e3720d3a277b2601c2ddb3ab589);});$marker.push(m_804c3e3720d3a277b2601c2ddb3ab589);}});}google.maps.event.addDomListener(window, 'load', initialize);