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.1203,-80.1295)};var g_12586328f8a97e99a2fd27b17f39b8c7 = new google.maps.Geocoder();g_12586328f8a97e99a2fd27b17f39b8c7.geocode( { 'address': "500 E Broward Blvd, Fort Lauderdale, FL 33394"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-sun-sentinel-co').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-sun-sentinel-co'), mapOptions);}document.getElementById('923ef3a5').innerHTML += ' | View Map';var $l12586328f8a97e99a2fd27b17f39b8c7 = '

Sun Sentinel Co

Address: 500 E Broward Blvd, Fort Lauderdale, FL 33394
Phone: (954) 356-4000
';var m_12586328f8a97e99a2fd27b17f39b8c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Sentinel Co',});m_12586328f8a97e99a2fd27b17f39b8c7['infowindow'] = new google.maps.InfoWindow({content: $l12586328f8a97e99a2fd27b17f39b8c7});var infowindow = new google.maps.InfoWindow({content: $l12586328f8a97e99a2fd27b17f39b8c7});google.maps.event.addListener(m_12586328f8a97e99a2fd27b17f39b8c7, 'click', function() {infowindow.open(map,m_12586328f8a97e99a2fd27b17f39b8c7);});$marker.push(m_12586328f8a97e99a2fd27b17f39b8c7);}});}google.maps.event.addDomListener(window, 'load', initialize);