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(28.1585,-80.5865)};var g_5fb9abe2844500fd8f04519f8b5f4fa5 = new google.maps.Geocoder();g_5fb9abe2844500fd8f04519f8b5f4fa5.geocode( { 'address': "1790 Florida A1A Suite 101, Satellite Beach, FL 32937, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('satellite-beach-FL-atlantic-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('satellite-beach-FL-atlantic-mortgage-services'), mapOptions);}document.getElementById('f2572a53').innerHTML += ' | View Map';var $l5fb9abe2844500fd8f04519f8b5f4fa5 = '

Atlantic Mortgage Services

Address: 1790 Florida A1A Suite 101, Satellite Beach, FL 32937, USA
Phone: (800) 373-3130
';var m_5fb9abe2844500fd8f04519f8b5f4fa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Mortgage Services',});m_5fb9abe2844500fd8f04519f8b5f4fa5['infowindow'] = new google.maps.InfoWindow({content: $l5fb9abe2844500fd8f04519f8b5f4fa5});var infowindow = new google.maps.InfoWindow({content: $l5fb9abe2844500fd8f04519f8b5f4fa5});google.maps.event.addListener(m_5fb9abe2844500fd8f04519f8b5f4fa5, 'click', function() {infowindow.open(map,m_5fb9abe2844500fd8f04519f8b5f4fa5);});$marker.push(m_5fb9abe2844500fd8f04519f8b5f4fa5);}});}google.maps.event.addDomListener(window, 'load', initialize);