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.7791,-80.1977)};var g_49ca03822497d26a3943d5084ed59130 = new google.maps.Geocoder();g_49ca03822497d26a3943d5084ed59130.geocode( { 'address': "16115 SW 117th Ave, Miami, FL 33177"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-emerging-markets-alliance-corp').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-emerging-markets-alliance-corp'), mapOptions);}document.getElementById('1f69c475').innerHTML += ' | View Map';var $l49ca03822497d26a3943d5084ed59130 = '

Emerging Markets Alliance Corp

Address: 16115 SW 117th Ave, Miami, FL 33177
Phone: (305) 238-4850
';var m_49ca03822497d26a3943d5084ed59130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emerging Markets Alliance Corp',});m_49ca03822497d26a3943d5084ed59130['infowindow'] = new google.maps.InfoWindow({content: $l49ca03822497d26a3943d5084ed59130});var infowindow = new google.maps.InfoWindow({content: $l49ca03822497d26a3943d5084ed59130});google.maps.event.addListener(m_49ca03822497d26a3943d5084ed59130, 'click', function() {infowindow.open(map,m_49ca03822497d26a3943d5084ed59130);});$marker.push(m_49ca03822497d26a3943d5084ed59130);}});}google.maps.event.addDomListener(window, 'load', initialize);