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.9276,-80.2278)};var g_206fb7247041a419ee5f433ecc939dcc = new google.maps.Geocoder();g_206fb7247041a419ee5f433ecc939dcc.geocode( { 'address': "1525 NW 167th St #400, Miami, FL 33169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-dynamic-capital').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-dynamic-capital'), mapOptions);}document.getElementById('97a506c5').innerHTML += ' | View Map';var $l206fb7247041a419ee5f433ecc939dcc = '

Dynamic Capital

Address: 1525 NW 167th St #400, Miami, FL 33169, USA
Phone: (305) 249-1444
';var m_206fb7247041a419ee5f433ecc939dcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dynamic Capital',});m_206fb7247041a419ee5f433ecc939dcc['infowindow'] = new google.maps.InfoWindow({content: $l206fb7247041a419ee5f433ecc939dcc});var infowindow = new google.maps.InfoWindow({content: $l206fb7247041a419ee5f433ecc939dcc});google.maps.event.addListener(m_206fb7247041a419ee5f433ecc939dcc, 'click', function() {infowindow.open(map,m_206fb7247041a419ee5f433ecc939dcc);});$marker.push(m_206fb7247041a419ee5f433ecc939dcc);}});}google.maps.event.addDomListener(window, 'load', initialize);