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.1221,-80.2389)};var g_847da2092c04b5ca9031ff320f621964 = new google.maps.Geocoder();g_847da2092c04b5ca9031ff320f621964.geocode( { 'address': "6919 W Broward Blvd #233, Plantation, FL 33317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plantation-FL-student-loan-legal-assistance-inc').style.display = '';map = new google.maps.Map(document.getElementById('plantation-FL-student-loan-legal-assistance-inc'), mapOptions);}document.getElementById('180d7ab6').innerHTML += ' | View Map';var $l847da2092c04b5ca9031ff320f621964 = '

Student Loan Legal Assistance, Inc.

Address: 6919 W Broward Blvd #233, Plantation, FL 33317, USA
Phone: (954) 356-0171
';var m_847da2092c04b5ca9031ff320f621964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Legal Assistance, Inc.',});m_847da2092c04b5ca9031ff320f621964['infowindow'] = new google.maps.InfoWindow({content: $l847da2092c04b5ca9031ff320f621964});var infowindow = new google.maps.InfoWindow({content: $l847da2092c04b5ca9031ff320f621964});google.maps.event.addListener(m_847da2092c04b5ca9031ff320f621964, 'click', function() {infowindow.open(map,m_847da2092c04b5ca9031ff320f621964);});$marker.push(m_847da2092c04b5ca9031ff320f621964);}});}google.maps.event.addDomListener(window, 'load', initialize);