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.8156,-76.066)};var g_525f835ee6ae2cb1dab38eddd4a9a885 = new google.maps.Geocoder();g_525f835ee6ae2cb1dab38eddd4a9a885.geocode( { 'address': "780 Lynnhaven Pkwy #160, Virginia Beach, VA 23452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-beach-VA-atlantic-mortgage--funding').style.display = '';map = new google.maps.Map(document.getElementById('virginia-beach-VA-atlantic-mortgage--funding'), mapOptions);}document.getElementById('b914cebd').innerHTML += ' | View Map';var $l525f835ee6ae2cb1dab38eddd4a9a885 = '

Atlantic Mortgage & Funding

Address: 780 Lynnhaven Pkwy #160, Virginia Beach, VA 23452, USA
Phone: (866) 443-9777
';var m_525f835ee6ae2cb1dab38eddd4a9a885 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Mortgage & Funding',});m_525f835ee6ae2cb1dab38eddd4a9a885['infowindow'] = new google.maps.InfoWindow({content: $l525f835ee6ae2cb1dab38eddd4a9a885});var infowindow = new google.maps.InfoWindow({content: $l525f835ee6ae2cb1dab38eddd4a9a885});google.maps.event.addListener(m_525f835ee6ae2cb1dab38eddd4a9a885, 'click', function() {infowindow.open(map,m_525f835ee6ae2cb1dab38eddd4a9a885);});$marker.push(m_525f835ee6ae2cb1dab38eddd4a9a885);}});}google.maps.event.addDomListener(window, 'load', initialize);