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(28.5384,-81.3747)};var g_b1c51e33130a999a830dc605d9f19c8a = new google.maps.Geocoder();g_b1c51e33130a999a830dc605d9f19c8a.geocode( { 'address': "1722 Woolco Way, Orlando, FL 32822"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-century-plaza-trust').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-century-plaza-trust'), mapOptions);}document.getElementById('593c8d91').innerHTML += ' | View Map';var $lb1c51e33130a999a830dc605d9f19c8a = '

Century Plaza Trust

Address: 1722 Woolco Way, Orlando, FL 32822
Phone: (407) 273-2197
';var m_b1c51e33130a999a830dc605d9f19c8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Plaza Trust',});m_b1c51e33130a999a830dc605d9f19c8a['infowindow'] = new google.maps.InfoWindow({content: $lb1c51e33130a999a830dc605d9f19c8a});var infowindow = new google.maps.InfoWindow({content: $lb1c51e33130a999a830dc605d9f19c8a});google.maps.event.addListener(m_b1c51e33130a999a830dc605d9f19c8a, 'click', function() {infowindow.open(map,m_b1c51e33130a999a830dc605d9f19c8a);});$marker.push(m_b1c51e33130a999a830dc605d9f19c8a);}});}google.maps.event.addDomListener(window, 'load', initialize);