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.7787,-80.2971)};var g_bfb423a219f70d27c391fd1089629f2b = new google.maps.Geocoder();g_bfb423a219f70d27c391fd1089629f2b.geocode( { 'address': "701 NW 62nd Ave, Miami, FL 33126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-a123-credit-counselors-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-a123-credit-counselors-inc'), mapOptions);}document.getElementById('37f4b031').innerHTML += ' | View Map';var $lbfb423a219f70d27c391fd1089629f2b = '

A123 Credit Counselors Inc

Address: 701 NW 62nd Ave, Miami, FL 33126, USA
Phone: (305) 269-9201
';var m_bfb423a219f70d27c391fd1089629f2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A123 Credit Counselors Inc',});m_bfb423a219f70d27c391fd1089629f2b['infowindow'] = new google.maps.InfoWindow({content: $lbfb423a219f70d27c391fd1089629f2b});var infowindow = new google.maps.InfoWindow({content: $lbfb423a219f70d27c391fd1089629f2b});google.maps.event.addListener(m_bfb423a219f70d27c391fd1089629f2b, 'click', function() {infowindow.open(map,m_bfb423a219f70d27c391fd1089629f2b);});$marker.push(m_bfb423a219f70d27c391fd1089629f2b);}});}google.maps.event.addDomListener(window, 'load', initialize);