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.5565,-81.3807)};var g_4939a0e515a3086c8be50ca4e5b38ee9 = new google.maps.Geocoder();g_4939a0e515a3086c8be50ca4e5b38ee9.geocode( { 'address': "845 N Garland Ave #215, Orlando, FL 32801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-spectrum-global-financial').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-spectrum-global-financial'), mapOptions);}document.getElementById('5612975f').innerHTML += ' | View Map';var $l4939a0e515a3086c8be50ca4e5b38ee9 = '

Spectrum Global Financial

Address: 845 N Garland Ave #215, Orlando, FL 32801, USA
Phone: (407) 770-0067
';var m_4939a0e515a3086c8be50ca4e5b38ee9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spectrum Global Financial',});m_4939a0e515a3086c8be50ca4e5b38ee9['infowindow'] = new google.maps.InfoWindow({content: $l4939a0e515a3086c8be50ca4e5b38ee9});var infowindow = new google.maps.InfoWindow({content: $l4939a0e515a3086c8be50ca4e5b38ee9});google.maps.event.addListener(m_4939a0e515a3086c8be50ca4e5b38ee9, 'click', function() {infowindow.open(map,m_4939a0e515a3086c8be50ca4e5b38ee9);});$marker.push(m_4939a0e515a3086c8be50ca4e5b38ee9);}});}google.maps.event.addDomListener(window, 'load', initialize);