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.5381,-81.3688)};var g_9afd26e642962ae36841045d4cb70ce5 = new google.maps.Geocoder();g_9afd26e642962ae36841045d4cb70ce5.geocode( { 'address': "618 E South St #500, Orlando, FL 32828, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-primelending-a-plainscapital-company').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-primelending-a-plainscapital-company'), mapOptions);}document.getElementById('21f51edc').innerHTML += ' | View Map';var $l9afd26e642962ae36841045d4cb70ce5 = '

PrimeLending, A PlainsCapital Company

Address: 618 E South St #500, Orlando, FL 32828, USA
Phone: (407) 674-4500
';var m_9afd26e642962ae36841045d4cb70ce5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PrimeLending, A PlainsCapital Company',});m_9afd26e642962ae36841045d4cb70ce5['infowindow'] = new google.maps.InfoWindow({content: $l9afd26e642962ae36841045d4cb70ce5});var infowindow = new google.maps.InfoWindow({content: $l9afd26e642962ae36841045d4cb70ce5});google.maps.event.addListener(m_9afd26e642962ae36841045d4cb70ce5, 'click', function() {infowindow.open(map,m_9afd26e642962ae36841045d4cb70ce5);});$marker.push(m_9afd26e642962ae36841045d4cb70ce5);}});}google.maps.event.addDomListener(window, 'load', initialize);