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.7596,-80.2027)};var g_78cabbe97c1c97a042724b779fcd5e14 = new google.maps.Geocoder();g_78cabbe97c1c97a042724b779fcd5e14.geocode( { 'address': "1900 SW 3rd Ave, Miami, FL 33129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-samira-ghazal-law-office').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-samira-ghazal-law-office'), mapOptions);}document.getElementById('2dae8379').innerHTML += ' | View Map';var $l78cabbe97c1c97a042724b779fcd5e14 = '

Samira Ghazal Law Office

Address: 1900 SW 3rd Ave, Miami, FL 33129, USA
Phone: (305) 860-1221
';var m_78cabbe97c1c97a042724b779fcd5e14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Samira Ghazal Law Office',});m_78cabbe97c1c97a042724b779fcd5e14['infowindow'] = new google.maps.InfoWindow({content: $l78cabbe97c1c97a042724b779fcd5e14});var infowindow = new google.maps.InfoWindow({content: $l78cabbe97c1c97a042724b779fcd5e14});google.maps.event.addListener(m_78cabbe97c1c97a042724b779fcd5e14, 'click', function() {infowindow.open(map,m_78cabbe97c1c97a042724b779fcd5e14);});$marker.push(m_78cabbe97c1c97a042724b779fcd5e14);}});}google.maps.event.addDomListener(window, 'load', initialize);