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(26.0324,-80.183)};var g_946d0d1d629f4fac4d735c48118f4b30 = new google.maps.Geocoder();g_946d0d1d629f4fac4d735c48118f4b30.geocode( { 'address': "3878 Sheridan St, Hollywood, FL 33021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-first-alliance-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-first-alliance-mortgage-corporation'), mapOptions);}document.getElementById('a24a52a7').innerHTML += ' | View Map';var $l946d0d1d629f4fac4d735c48118f4b30 = '

First Alliance Mortgage Corporation

Address: 3878 Sheridan St, Hollywood, FL 33021, USA
Phone: (954) 981-4006
';var m_946d0d1d629f4fac4d735c48118f4b30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Alliance Mortgage Corporation',});m_946d0d1d629f4fac4d735c48118f4b30['infowindow'] = new google.maps.InfoWindow({content: $l946d0d1d629f4fac4d735c48118f4b30});var infowindow = new google.maps.InfoWindow({content: $l946d0d1d629f4fac4d735c48118f4b30});google.maps.event.addListener(m_946d0d1d629f4fac4d735c48118f4b30, 'click', function() {infowindow.open(map,m_946d0d1d629f4fac4d735c48118f4b30);});$marker.push(m_946d0d1d629f4fac4d735c48118f4b30);}});}google.maps.event.addDomListener(window, 'load', initialize);