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.7653,-80.2271)};var g_a9dd7e7718292f379b6fe4fda006b883 = new google.maps.Geocoder();g_a9dd7e7718292f379b6fe4fda006b883.geocode( { 'address': "1900 SW 19th ST W1409, Miami, FL 33135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-vanish-credit-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-vanish-credit-solutions-llc'), mapOptions);}document.getElementById('604828d3').innerHTML += ' | View Map';var $la9dd7e7718292f379b6fe4fda006b883 = '

Vanish Credit Solutions, llc

Address: 1900 SW 19th ST W1409, Miami, FL 33135, USA
Phone: (305) 307-9945
';var m_a9dd7e7718292f379b6fe4fda006b883 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vanish Credit Solutions, llc',});m_a9dd7e7718292f379b6fe4fda006b883['infowindow'] = new google.maps.InfoWindow({content: $la9dd7e7718292f379b6fe4fda006b883});var infowindow = new google.maps.InfoWindow({content: $la9dd7e7718292f379b6fe4fda006b883});google.maps.event.addListener(m_a9dd7e7718292f379b6fe4fda006b883, 'click', function() {infowindow.open(map,m_a9dd7e7718292f379b6fe4fda006b883);});$marker.push(m_a9dd7e7718292f379b6fe4fda006b883);}});}google.maps.event.addDomListener(window, 'load', initialize);