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_4c16c411427f7ede0fa52df3c27e0ab4 = new google.maps.Geocoder();g_4c16c411427f7ede0fa52df3c27e0ab4.geocode( { 'address': "200 E Broward Blvd, Fort Lauderdale, FL 33301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-raymond-james-trust-na').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-raymond-james-trust-na'), mapOptions);}document.getElementById('9579aad0').innerHTML += ' | View Map';var $l4c16c411427f7ede0fa52df3c27e0ab4 = '

Raymond James Trust NA

Address: 200 E Broward Blvd, Fort Lauderdale, FL 33301
Phone: (954) 828-1295
';var m_4c16c411427f7ede0fa52df3c27e0ab4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Raymond James Trust NA',});m_4c16c411427f7ede0fa52df3c27e0ab4['infowindow'] = new google.maps.InfoWindow({content: $l4c16c411427f7ede0fa52df3c27e0ab4});var infowindow = new google.maps.InfoWindow({content: $l4c16c411427f7ede0fa52df3c27e0ab4});google.maps.event.addListener(m_4c16c411427f7ede0fa52df3c27e0ab4, 'click', function() {infowindow.open(map,m_4c16c411427f7ede0fa52df3c27e0ab4);});$marker.push(m_4c16c411427f7ede0fa52df3c27e0ab4);}});}google.maps.event.addDomListener(window, 'load', initialize);