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(29.2059,-81.0841)};var g_6746a632ae59b896d200554bee86b952 = new google.maps.Geocoder();g_6746a632ae59b896d200554bee86b952.geocode( { 'address': "735 Fentress Blvd, Daytona Beach, FL 32114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daytona-beach-FL-american-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('daytona-beach-FL-american-mortgage-services'), mapOptions);}document.getElementById('94820eac').innerHTML += ' | View Map';var $l6746a632ae59b896d200554bee86b952 = '

American Mortgage Services

Address: 735 Fentress Blvd, Daytona Beach, FL 32114, USA
Phone: (386) 274-3694
';var m_6746a632ae59b896d200554bee86b952 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage Services',});m_6746a632ae59b896d200554bee86b952['infowindow'] = new google.maps.InfoWindow({content: $l6746a632ae59b896d200554bee86b952});var infowindow = new google.maps.InfoWindow({content: $l6746a632ae59b896d200554bee86b952});google.maps.event.addListener(m_6746a632ae59b896d200554bee86b952, 'click', function() {infowindow.open(map,m_6746a632ae59b896d200554bee86b952);});$marker.push(m_6746a632ae59b896d200554bee86b952);}});}google.maps.event.addDomListener(window, 'load', initialize);