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.0107,-80.1857)};var g_aa58a1b2e0b427cc1c303dae3c0012bf = new google.maps.Geocoder();g_aa58a1b2e0b427cc1c303dae3c0012bf.geocode( { 'address': "4205 Hollywood Blvd, Hollywood, FL 33021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-sun-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-sun-credit-union'), mapOptions);}document.getElementById('92ca3921').innerHTML += ' | View Map';var $laa58a1b2e0b427cc1c303dae3c0012bf = '

SUN Credit Union

Address: 4205 Hollywood Blvd, Hollywood, FL 33021, USA
Phone: (954) 967-4441
';var m_aa58a1b2e0b427cc1c303dae3c0012bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SUN Credit Union',});m_aa58a1b2e0b427cc1c303dae3c0012bf['infowindow'] = new google.maps.InfoWindow({content: $laa58a1b2e0b427cc1c303dae3c0012bf});var infowindow = new google.maps.InfoWindow({content: $laa58a1b2e0b427cc1c303dae3c0012bf});google.maps.event.addListener(m_aa58a1b2e0b427cc1c303dae3c0012bf, 'click', function() {infowindow.open(map,m_aa58a1b2e0b427cc1c303dae3c0012bf);});$marker.push(m_aa58a1b2e0b427cc1c303dae3c0012bf);}});}google.maps.event.addDomListener(window, 'load', initialize);