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.2565,-76.4938)};var g_acc5a0192c14f4a9eabf728c63be0180 = new google.maps.Geocoder();g_acc5a0192c14f4a9eabf728c63be0180.geocode( { 'address': "1953 George Washington Memorial Hwy, Gloucester Point, VA 23062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloucester-point-VA-evb').style.display = '';map = new google.maps.Map(document.getElementById('gloucester-point-VA-evb'), mapOptions);}document.getElementById('54a9b227').innerHTML += ' | View Map';var $lacc5a0192c14f4a9eabf728c63be0180 = '

Evb

Address: 1953 George Washington Memorial Hwy, Gloucester Point, VA 23062
Phone: (804) 642-1481
';var m_acc5a0192c14f4a9eabf728c63be0180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Evb',});m_acc5a0192c14f4a9eabf728c63be0180['infowindow'] = new google.maps.InfoWindow({content: $lacc5a0192c14f4a9eabf728c63be0180});var infowindow = new google.maps.InfoWindow({content: $lacc5a0192c14f4a9eabf728c63be0180});google.maps.event.addListener(m_acc5a0192c14f4a9eabf728c63be0180, 'click', function() {infowindow.open(map,m_acc5a0192c14f4a9eabf728c63be0180);});$marker.push(m_acc5a0192c14f4a9eabf728c63be0180);}});}google.maps.event.addDomListener(window, 'load', initialize);