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.8629,-76.4041)};var g_dea693500159451ac49225a2822d0bf7 = new google.maps.Geocoder();g_dea693500159451ac49225a2822d0bf7.geocode( { 'address': "4411 Indian River Rd, Chesapeake, VA 23325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesapeake-VA-first-virginia').style.display = '';map = new google.maps.Map(document.getElementById('chesapeake-VA-first-virginia'), mapOptions);}document.getElementById('7cf390f6').innerHTML += ' | View Map';var $ldea693500159451ac49225a2822d0bf7 = '

First Virginia

Address: 4411 Indian River Rd, Chesapeake, VA 23325, USA
Phone: (757) 938-9933
';var m_dea693500159451ac49225a2822d0bf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia',});m_dea693500159451ac49225a2822d0bf7['infowindow'] = new google.maps.InfoWindow({content: $ldea693500159451ac49225a2822d0bf7});var infowindow = new google.maps.InfoWindow({content: $ldea693500159451ac49225a2822d0bf7});google.maps.event.addListener(m_dea693500159451ac49225a2822d0bf7, 'click', function() {infowindow.open(map,m_dea693500159451ac49225a2822d0bf7);});$marker.push(m_dea693500159451ac49225a2822d0bf7);}});var g_d885f20cbd1f2d7442e324bc1bcdb689 = new google.maps.Geocoder();g_d885f20cbd1f2d7442e324bc1bcdb689.geocode( { 'address': "3137 Western Branch Blvd, Chesapeake, VA 23321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesapeake-VA-first-virginia').style.display = '';map = new google.maps.Map(document.getElementById('chesapeake-VA-first-virginia'), mapOptions);}document.getElementById('cdd4f413').innerHTML += ' | View Map';var $ld885f20cbd1f2d7442e324bc1bcdb689 = '

First Virginia

Address: 3137 Western Branch Blvd, Chesapeake, VA 23321, USA
Phone: (757) 484-5600
';var m_d885f20cbd1f2d7442e324bc1bcdb689 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia',});m_d885f20cbd1f2d7442e324bc1bcdb689['infowindow'] = new google.maps.InfoWindow({content: $ld885f20cbd1f2d7442e324bc1bcdb689});var infowindow = new google.maps.InfoWindow({content: $ld885f20cbd1f2d7442e324bc1bcdb689});google.maps.event.addListener(m_d885f20cbd1f2d7442e324bc1bcdb689, 'click', function() {infowindow.open(map,m_d885f20cbd1f2d7442e324bc1bcdb689);});$marker.push(m_d885f20cbd1f2d7442e324bc1bcdb689);}});}google.maps.event.addDomListener(window, 'load', initialize);