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.0187,-80.1798)};var g_e66c169d5e30c188036530d90a4635fc = new google.maps.Geocoder();g_e66c169d5e30c188036530d90a4635fc.geocode( { 'address': "3501 Johnson St, Hollywood, FL 33021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-memorial-hospital-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-memorial-hospital-federal-cu'), mapOptions);}document.getElementById('417b6659').innerHTML += ' | View Map';var $le66c169d5e30c188036530d90a4635fc = '

Memorial Hospital Federal CU

Address: 3501 Johnson St, Hollywood, FL 33021, USA
Phone: (954) 985-5862
';var m_e66c169d5e30c188036530d90a4635fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Memorial Hospital Federal CU',});m_e66c169d5e30c188036530d90a4635fc['infowindow'] = new google.maps.InfoWindow({content: $le66c169d5e30c188036530d90a4635fc});var infowindow = new google.maps.InfoWindow({content: $le66c169d5e30c188036530d90a4635fc});google.maps.event.addListener(m_e66c169d5e30c188036530d90a4635fc, 'click', function() {infowindow.open(map,m_e66c169d5e30c188036530d90a4635fc);});$marker.push(m_e66c169d5e30c188036530d90a4635fc);}});}google.maps.event.addDomListener(window, 'load', initialize);