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.0917,-80.227)};var g_fdefce0c6aa7fc8695eb7aa910b08189 = new google.maps.Geocoder();g_fdefce0c6aa7fc8695eb7aa910b08189.geocode( { 'address': "2400 Davie Rd, Davie, FL 33317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davie-FL-brightstar-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('davie-FL-brightstar-credit-union'), mapOptions);}document.getElementById('1d40211d').innerHTML += ' | View Map';var $lfdefce0c6aa7fc8695eb7aa910b08189 = '

BrightStar Credit Union

Address: 2400 Davie Rd, Davie, FL 33317, USA
Phone: (954) 486-2728
';var m_fdefce0c6aa7fc8695eb7aa910b08189 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BrightStar Credit Union',});m_fdefce0c6aa7fc8695eb7aa910b08189['infowindow'] = new google.maps.InfoWindow({content: $lfdefce0c6aa7fc8695eb7aa910b08189});var infowindow = new google.maps.InfoWindow({content: $lfdefce0c6aa7fc8695eb7aa910b08189});google.maps.event.addListener(m_fdefce0c6aa7fc8695eb7aa910b08189, 'click', function() {infowindow.open(map,m_fdefce0c6aa7fc8695eb7aa910b08189);});$marker.push(m_fdefce0c6aa7fc8695eb7aa910b08189);}});}google.maps.event.addDomListener(window, 'load', initialize);