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.7534,-80.2592)};var g_f26b07a1c7a408950e2bcf9c6b354e0c = new google.maps.Geocoder();g_f26b07a1c7a408950e2bcf9c6b354e0c.geocode( { 'address': "2100 Ponce De Leon Blvd #800, Coral Gables, FL 33134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coral-gables-FL-stewards-of-capital--company').style.display = '';map = new google.maps.Map(document.getElementById('coral-gables-FL-stewards-of-capital--company'), mapOptions);}document.getElementById('14f95354').innerHTML += ' | View Map';var $lf26b07a1c7a408950e2bcf9c6b354e0c = '

Stewards Of Capital & Company

Address: 2100 Ponce De Leon Blvd #800, Coral Gables, FL 33134, USA
Phone: (305) 448-5550
';var m_f26b07a1c7a408950e2bcf9c6b354e0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stewards Of Capital & Company',});m_f26b07a1c7a408950e2bcf9c6b354e0c['infowindow'] = new google.maps.InfoWindow({content: $lf26b07a1c7a408950e2bcf9c6b354e0c});var infowindow = new google.maps.InfoWindow({content: $lf26b07a1c7a408950e2bcf9c6b354e0c});google.maps.event.addListener(m_f26b07a1c7a408950e2bcf9c6b354e0c, 'click', function() {infowindow.open(map,m_f26b07a1c7a408950e2bcf9c6b354e0c);});$marker.push(m_f26b07a1c7a408950e2bcf9c6b354e0c);}});}google.maps.event.addDomListener(window, 'load', initialize);