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.0478,-80.1849)};var g_960fe54b16d890a75e845fcd23afc32d = new google.maps.Geocoder();g_960fe54b16d890a75e845fcd23afc32d.geocode( { 'address': "3113 Stirling Rd, Fort Lauderdale, FL 33312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-credit-fix-solutions').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-credit-fix-solutions'), mapOptions);}document.getElementById('6526c590').innerHTML += ' | View Map';var $l960fe54b16d890a75e845fcd23afc32d = '

Credit Fix Solutions

Address: 3113 Stirling Rd, Fort Lauderdale, FL 33312, USA
Phone: (954) 336-0715
';var m_960fe54b16d890a75e845fcd23afc32d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Fix Solutions',});m_960fe54b16d890a75e845fcd23afc32d['infowindow'] = new google.maps.InfoWindow({content: $l960fe54b16d890a75e845fcd23afc32d});var infowindow = new google.maps.InfoWindow({content: $l960fe54b16d890a75e845fcd23afc32d});google.maps.event.addListener(m_960fe54b16d890a75e845fcd23afc32d, 'click', function() {infowindow.open(map,m_960fe54b16d890a75e845fcd23afc32d);});$marker.push(m_960fe54b16d890a75e845fcd23afc32d);}});}google.maps.event.addDomListener(window, 'load', initialize);