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(27.7588,-82.737)};var g_59857cc70355243795b398b32447b862 = new google.maps.Geocoder();g_59857cc70355243795b398b32447b862.geocode( { 'address': "1135 Pasadena Ave S, South Pasadena, FL 33707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-pasadena-FL-americas-mortgage-link-inc').style.display = '';map = new google.maps.Map(document.getElementById('south-pasadena-FL-americas-mortgage-link-inc'), mapOptions);}document.getElementById('ca37b235').innerHTML += ' | View Map';var $l59857cc70355243795b398b32447b862 = '

America's Mortgage Link, Inc.

Address: 1135 Pasadena Ave S, South Pasadena, FL 33707, USA
Phone: (727) 393-9399
';var m_59857cc70355243795b398b32447b862 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Mortgage Link, Inc.',});m_59857cc70355243795b398b32447b862['infowindow'] = new google.maps.InfoWindow({content: $l59857cc70355243795b398b32447b862});var infowindow = new google.maps.InfoWindow({content: $l59857cc70355243795b398b32447b862});google.maps.event.addListener(m_59857cc70355243795b398b32447b862, 'click', function() {infowindow.open(map,m_59857cc70355243795b398b32447b862);});$marker.push(m_59857cc70355243795b398b32447b862);}});}google.maps.event.addDomListener(window, 'load', initialize);