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.1168,-76.467)};var g_a25328715ddbaafaf2a70718e94220ac = new google.maps.Geocoder();g_a25328715ddbaafaf2a70718e94220ac.geocode( { 'address': "111 Cybernetics Way #118, Yorktown, VA 23693, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorktown-VA-atlantic-bay-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('yorktown-VA-atlantic-bay-mortgage-group'), mapOptions);}document.getElementById('062a473a').innerHTML += ' | View Map';var $la25328715ddbaafaf2a70718e94220ac = '

Atlantic Bay Mortgage Group

Address: 111 Cybernetics Way #118, Yorktown, VA 23693, USA
Phone: (757) 874-6040
';var m_a25328715ddbaafaf2a70718e94220ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Bay Mortgage Group',});m_a25328715ddbaafaf2a70718e94220ac['infowindow'] = new google.maps.InfoWindow({content: $la25328715ddbaafaf2a70718e94220ac});var infowindow = new google.maps.InfoWindow({content: $la25328715ddbaafaf2a70718e94220ac});google.maps.event.addListener(m_a25328715ddbaafaf2a70718e94220ac, 'click', function() {infowindow.open(map,m_a25328715ddbaafaf2a70718e94220ac);});$marker.push(m_a25328715ddbaafaf2a70718e94220ac);}});}google.maps.event.addDomListener(window, 'load', initialize);