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(25.7837,-80.2967)};var g_295be282e8fc97c5ccedef9a7854dcf4 = new google.maps.Geocoder();g_295be282e8fc97c5ccedef9a7854dcf4.geocode( { 'address': "6161 Blue Lagoon Dr #150, Miami, FL 33126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-123-credit-counselors-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-123-credit-counselors-inc'), mapOptions);}document.getElementById('600850b0').innerHTML += ' | View Map';var $l295be282e8fc97c5ccedef9a7854dcf4 = '

123 Credit Counselors Inc

Address: 6161 Blue Lagoon Dr #150, Miami, FL 33126, USA
Phone: (305) 269-9201
';var m_295be282e8fc97c5ccedef9a7854dcf4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '123 Credit Counselors Inc',});m_295be282e8fc97c5ccedef9a7854dcf4['infowindow'] = new google.maps.InfoWindow({content: $l295be282e8fc97c5ccedef9a7854dcf4});var infowindow = new google.maps.InfoWindow({content: $l295be282e8fc97c5ccedef9a7854dcf4});google.maps.event.addListener(m_295be282e8fc97c5ccedef9a7854dcf4, 'click', function() {infowindow.open(map,m_295be282e8fc97c5ccedef9a7854dcf4);});$marker.push(m_295be282e8fc97c5ccedef9a7854dcf4);}});}google.maps.event.addDomListener(window, 'load', initialize);