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.844,-76.0931)};var g_fc75f68ffe9088e2e23fedd2d2cc85db = new google.maps.Geocoder();g_fc75f68ffe9088e2e23fedd2d2cc85db.geocode( { 'address': "780 Lynnhaven Pkwy, Virginia Beach, VA 23452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-beach-VA-amg-national-trust').style.display = '';map = new google.maps.Map(document.getElementById('virginia-beach-VA-amg-national-trust'), mapOptions);}document.getElementById('5e85465e').innerHTML += ' | View Map';var $lfc75f68ffe9088e2e23fedd2d2cc85db = '

Amg National Trust

Address: 780 Lynnhaven Pkwy, Virginia Beach, VA 23452
Phone: (757) 368-4466
';var m_fc75f68ffe9088e2e23fedd2d2cc85db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amg National Trust',});m_fc75f68ffe9088e2e23fedd2d2cc85db['infowindow'] = new google.maps.InfoWindow({content: $lfc75f68ffe9088e2e23fedd2d2cc85db});var infowindow = new google.maps.InfoWindow({content: $lfc75f68ffe9088e2e23fedd2d2cc85db});google.maps.event.addListener(m_fc75f68ffe9088e2e23fedd2d2cc85db, 'click', function() {infowindow.open(map,m_fc75f68ffe9088e2e23fedd2d2cc85db);});$marker.push(m_fc75f68ffe9088e2e23fedd2d2cc85db);}});}google.maps.event.addDomListener(window, 'load', initialize);