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.5207,-77.1841)};var g_7fa7b728bd1ab746e87e037831f830e4 = new google.maps.Geocoder();g_7fa7b728bd1ab746e87e037831f830e4.geocode( { 'address': "2599 New Kent Hwy, Quinton, VA 23141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quinton-VA-evb').style.display = '';map = new google.maps.Map(document.getElementById('quinton-VA-evb'), mapOptions);}document.getElementById('5a6b5e27').innerHTML += ' | View Map';var $l7fa7b728bd1ab746e87e037831f830e4 = '

EVB

Address: 2599 New Kent Hwy, Quinton, VA 23141, USA
Phone: (804) 932-8267
';var m_7fa7b728bd1ab746e87e037831f830e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EVB',});m_7fa7b728bd1ab746e87e037831f830e4['infowindow'] = new google.maps.InfoWindow({content: $l7fa7b728bd1ab746e87e037831f830e4});var infowindow = new google.maps.InfoWindow({content: $l7fa7b728bd1ab746e87e037831f830e4});google.maps.event.addListener(m_7fa7b728bd1ab746e87e037831f830e4, 'click', function() {infowindow.open(map,m_7fa7b728bd1ab746e87e037831f830e4);});$marker.push(m_7fa7b728bd1ab746e87e037831f830e4);}});}google.maps.event.addDomListener(window, 'load', initialize);