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.1497,-80.2035)};var g_70da931eaca6911674b7a07e60d764ea = new google.maps.Geocoder();g_70da931eaca6911674b7a07e60d764ea.geocode( { 'address': "1879 N State Rd 7, Lauderhill, FL 33313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lauderhill-FL-brightstar-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lauderhill-FL-brightstar-credit-union'), mapOptions);}document.getElementById('e885973f').innerHTML += ' | View Map';var $l70da931eaca6911674b7a07e60d764ea = '

BrightStar Credit Union

Address: 1879 N State Rd 7, Lauderhill, FL 33313, USA
Phone: (954) 486-2728
';var m_70da931eaca6911674b7a07e60d764ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BrightStar Credit Union',});m_70da931eaca6911674b7a07e60d764ea['infowindow'] = new google.maps.InfoWindow({content: $l70da931eaca6911674b7a07e60d764ea});var infowindow = new google.maps.InfoWindow({content: $l70da931eaca6911674b7a07e60d764ea});google.maps.event.addListener(m_70da931eaca6911674b7a07e60d764ea, 'click', function() {infowindow.open(map,m_70da931eaca6911674b7a07e60d764ea);});$marker.push(m_70da931eaca6911674b7a07e60d764ea);}});}google.maps.event.addDomListener(window, 'load', initialize);