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.0108,-80.191)};var g_90e0c7f0aef163d0a0f520625f900d69 = new google.maps.Geocoder();g_90e0c7f0aef163d0a0f520625f900d69.geocode( { 'address': "4743 Hollywood Blvd, Hollywood, FL 33021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-broward-schools-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-broward-schools-credit-union'), mapOptions);}document.getElementById('12f9c04d').innerHTML += ' | View Map';var $l90e0c7f0aef163d0a0f520625f900d69 = '

Broward Schools Credit Union

Address: 4743 Hollywood Blvd, Hollywood, FL 33021, USA
Phone: (954) 966-5531
';var m_90e0c7f0aef163d0a0f520625f900d69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Broward Schools Credit Union',});m_90e0c7f0aef163d0a0f520625f900d69['infowindow'] = new google.maps.InfoWindow({content: $l90e0c7f0aef163d0a0f520625f900d69});var infowindow = new google.maps.InfoWindow({content: $l90e0c7f0aef163d0a0f520625f900d69});google.maps.event.addListener(m_90e0c7f0aef163d0a0f520625f900d69, 'click', function() {infowindow.open(map,m_90e0c7f0aef163d0a0f520625f900d69);});$marker.push(m_90e0c7f0aef163d0a0f520625f900d69);}});}google.maps.event.addDomListener(window, 'load', initialize);