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.9744,-80.1476)};var g_0a4a525a2fbaa419814c9e8c3a119b7a = new google.maps.Geocoder();g_0a4a525a2fbaa419814c9e8c3a119b7a.geocode( { 'address': "21485 E Dixie Hwy, Aventura, FL 33180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aventura-FL-coastal-credit-clinic').style.display = '';map = new google.maps.Map(document.getElementById('aventura-FL-coastal-credit-clinic'), mapOptions);}document.getElementById('894f2098').innerHTML += ' | View Map';var $l0a4a525a2fbaa419814c9e8c3a119b7a = '

Coastal Credit Clinic

Address: 21485 E Dixie Hwy, Aventura, FL 33180, USA
Phone: (888) 796-2718
';var m_0a4a525a2fbaa419814c9e8c3a119b7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Credit Clinic',});m_0a4a525a2fbaa419814c9e8c3a119b7a['infowindow'] = new google.maps.InfoWindow({content: $l0a4a525a2fbaa419814c9e8c3a119b7a});var infowindow = new google.maps.InfoWindow({content: $l0a4a525a2fbaa419814c9e8c3a119b7a});google.maps.event.addListener(m_0a4a525a2fbaa419814c9e8c3a119b7a, 'click', function() {infowindow.open(map,m_0a4a525a2fbaa419814c9e8c3a119b7a);});$marker.push(m_0a4a525a2fbaa419814c9e8c3a119b7a);}});}google.maps.event.addDomListener(window, 'load', initialize);