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.7475,-80.2555)};var g_6a4487bdcda4e887fa1e3e6c4667753d = new google.maps.Geocoder();g_6a4487bdcda4e887fa1e3e6c4667753d.geocode( { 'address': "45 Almeria Ave, Coral Gables, FL 33134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coral-gables-FL-us-credit-defense-llc').style.display = '';map = new google.maps.Map(document.getElementById('coral-gables-FL-us-credit-defense-llc'), mapOptions);}document.getElementById('96fc0e6f').innerHTML += ' | View Map';var $l6a4487bdcda4e887fa1e3e6c4667753d = '

US Credit Defense LLC

Address: 45 Almeria Ave, Coral Gables, FL 33134, USA
Phone: (305) 444-7565
';var m_6a4487bdcda4e887fa1e3e6c4667753d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Credit Defense LLC',});m_6a4487bdcda4e887fa1e3e6c4667753d['infowindow'] = new google.maps.InfoWindow({content: $l6a4487bdcda4e887fa1e3e6c4667753d});var infowindow = new google.maps.InfoWindow({content: $l6a4487bdcda4e887fa1e3e6c4667753d});google.maps.event.addListener(m_6a4487bdcda4e887fa1e3e6c4667753d, 'click', function() {infowindow.open(map,m_6a4487bdcda4e887fa1e3e6c4667753d);});$marker.push(m_6a4487bdcda4e887fa1e3e6c4667753d);}});}google.maps.event.addDomListener(window, 'load', initialize);