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.4842,-81.4576)};var g_7e1f35e9e0262960fcbf7476342dd49d = new google.maps.Geocoder();g_7e1f35e9e0262960fcbf7476342dd49d.geocode( { 'address': "5401 S Kirkman Rd #310, Orlando, FL 32819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-high-level-processing').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-high-level-processing'), mapOptions);}document.getElementById('af98338c').innerHTML += ' | View Map';var $l7e1f35e9e0262960fcbf7476342dd49d = '

High Level Processing

Address: 5401 S Kirkman Rd #310, Orlando, FL 32819, USA
Phone: (419) 705-4854
';var m_7e1f35e9e0262960fcbf7476342dd49d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'High Level Processing',});m_7e1f35e9e0262960fcbf7476342dd49d['infowindow'] = new google.maps.InfoWindow({content: $l7e1f35e9e0262960fcbf7476342dd49d});var infowindow = new google.maps.InfoWindow({content: $l7e1f35e9e0262960fcbf7476342dd49d});google.maps.event.addListener(m_7e1f35e9e0262960fcbf7476342dd49d, 'click', function() {infowindow.open(map,m_7e1f35e9e0262960fcbf7476342dd49d);});$marker.push(m_7e1f35e9e0262960fcbf7476342dd49d);}});}google.maps.event.addDomListener(window, 'load', initialize);