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(26.1203,-80.1295)};var g_1821ce1cc29352198fbc729efdfa528a = new google.maps.Geocoder();g_1821ce1cc29352198fbc729efdfa528a.geocode( { 'address': "500 E Broward Blvd, STE 101, Fort Lauderdale, FL 33394"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-charles-schwab').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-charles-schwab'), mapOptions);}document.getElementById('da82eff0').innerHTML += ' | View Map';var $l1821ce1cc29352198fbc729efdfa528a = '

Charles Schwab

Address: 500 E Broward Blvd, STE 101, Fort Lauderdale, FL 33394
Phone: (954) 468-2419
';var m_1821ce1cc29352198fbc729efdfa528a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Schwab',});m_1821ce1cc29352198fbc729efdfa528a['infowindow'] = new google.maps.InfoWindow({content: $l1821ce1cc29352198fbc729efdfa528a});var infowindow = new google.maps.InfoWindow({content: $l1821ce1cc29352198fbc729efdfa528a});google.maps.event.addListener(m_1821ce1cc29352198fbc729efdfa528a, 'click', function() {infowindow.open(map,m_1821ce1cc29352198fbc729efdfa528a);});$marker.push(m_1821ce1cc29352198fbc729efdfa528a);}});}google.maps.event.addDomListener(window, 'load', initialize);