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.8661,-80.3135)};var g_6251da6a569c47455f57936d87b95bf8 = new google.maps.Geocoder();g_6251da6a569c47455f57936d87b95bf8.geocode( { 'address': "1512 W 46th St, Hialeah, FL 33012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-consolidated-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-consolidated-credit-counseling-services'), mapOptions);}document.getElementById('167185f5').innerHTML += ' | View Map';var $l6251da6a569c47455f57936d87b95bf8 = '

Consolidated Credit Counseling Services

Address: 1512 W 46th St, Hialeah, FL 33012, USA
Phone: (786) 540-2755
';var m_6251da6a569c47455f57936d87b95bf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consolidated Credit Counseling Services',});m_6251da6a569c47455f57936d87b95bf8['infowindow'] = new google.maps.InfoWindow({content: $l6251da6a569c47455f57936d87b95bf8});var infowindow = new google.maps.InfoWindow({content: $l6251da6a569c47455f57936d87b95bf8});google.maps.event.addListener(m_6251da6a569c47455f57936d87b95bf8, 'click', function() {infowindow.open(map,m_6251da6a569c47455f57936d87b95bf8);});$marker.push(m_6251da6a569c47455f57936d87b95bf8);}});}google.maps.event.addDomListener(window, 'load', initialize);