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.8077,-80.3027)};var g_56ac6061c5646a646d983c9314dad956 = new google.maps.Geocoder();g_56ac6061c5646a646d983c9314dad956.geocode( { 'address': "6555 NW 36th St #324, Virginia Gardens, FL 33166, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-gardens-FL-national-credit-consultants').style.display = '';map = new google.maps.Map(document.getElementById('virginia-gardens-FL-national-credit-consultants'), mapOptions);}document.getElementById('717b03ee').innerHTML += ' | View Map';var $l56ac6061c5646a646d983c9314dad956 = '

National Credit Consultants

Address: 6555 NW 36th St #324, Virginia Gardens, FL 33166, USA
Phone: (305) 870-0351
';var m_56ac6061c5646a646d983c9314dad956 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Credit Consultants',});m_56ac6061c5646a646d983c9314dad956['infowindow'] = new google.maps.InfoWindow({content: $l56ac6061c5646a646d983c9314dad956});var infowindow = new google.maps.InfoWindow({content: $l56ac6061c5646a646d983c9314dad956});google.maps.event.addListener(m_56ac6061c5646a646d983c9314dad956, 'click', function() {infowindow.open(map,m_56ac6061c5646a646d983c9314dad956);});$marker.push(m_56ac6061c5646a646d983c9314dad956);}});}google.maps.event.addDomListener(window, 'load', initialize);