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.748,-80.2941)};var g_83cce229d298fad8cb43fd4b41f8564c = new google.maps.Geocoder();g_83cce229d298fad8cb43fd4b41f8564c.geocode( { 'address': "6034 Coral Way, Miami, FL 33155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-pas-program').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-pas-program'), mapOptions);}document.getElementById('ab48dab2').innerHTML += ' | View Map';var $l83cce229d298fad8cb43fd4b41f8564c = '

Pas Program

Address: 6034 Coral Way, Miami, FL 33155, USA
Phone: (786) 268-0414
';var m_83cce229d298fad8cb43fd4b41f8564c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pas Program',});m_83cce229d298fad8cb43fd4b41f8564c['infowindow'] = new google.maps.InfoWindow({content: $l83cce229d298fad8cb43fd4b41f8564c});var infowindow = new google.maps.InfoWindow({content: $l83cce229d298fad8cb43fd4b41f8564c});google.maps.event.addListener(m_83cce229d298fad8cb43fd4b41f8564c, 'click', function() {infowindow.open(map,m_83cce229d298fad8cb43fd4b41f8564c);});$marker.push(m_83cce229d298fad8cb43fd4b41f8564c);}});}google.maps.event.addDomListener(window, 'load', initialize);