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.7633,-80.191)};var g_ee611f92cd70106d97f77734c8eaf710 = new google.maps.Geocoder();g_ee611f92cd70106d97f77734c8eaf710.geocode( { 'address': "1101 Brickell Ave, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-park-west-consulting-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-park-west-consulting-group-llc'), mapOptions);}document.getElementById('ad9f29b2').innerHTML += ' | View Map';var $lee611f92cd70106d97f77734c8eaf710 = '

Park West Consulting Group, LLC

Address: 1101 Brickell Ave, Miami, FL 33131, USA
Phone: (800) 969-4901
';var m_ee611f92cd70106d97f77734c8eaf710 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Park West Consulting Group, LLC',});m_ee611f92cd70106d97f77734c8eaf710['infowindow'] = new google.maps.InfoWindow({content: $lee611f92cd70106d97f77734c8eaf710});var infowindow = new google.maps.InfoWindow({content: $lee611f92cd70106d97f77734c8eaf710});google.maps.event.addListener(m_ee611f92cd70106d97f77734c8eaf710, 'click', function() {infowindow.open(map,m_ee611f92cd70106d97f77734c8eaf710);});$marker.push(m_ee611f92cd70106d97f77734c8eaf710);}});}google.maps.event.addDomListener(window, 'load', initialize);