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(27.9235,-82.296)};var g_b8726f214d99afe0f4322d8e1a1df7b5 = new google.maps.Geocoder();g_b8726f214d99afe0f4322d8e1a1df7b5.geocode( { 'address': "792 W Lumsden Rd, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-royal--co-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-royal--co-mortgage'), mapOptions);}document.getElementById('ccf19c00').innerHTML += ' | View Map';var $lb8726f214d99afe0f4322d8e1a1df7b5 = '

Royal & Co Mortgage

Address: 792 W Lumsden Rd, Brandon, FL 33511, USA
Phone: (813) 657-6900
';var m_b8726f214d99afe0f4322d8e1a1df7b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal & Co Mortgage',});m_b8726f214d99afe0f4322d8e1a1df7b5['infowindow'] = new google.maps.InfoWindow({content: $lb8726f214d99afe0f4322d8e1a1df7b5});var infowindow = new google.maps.InfoWindow({content: $lb8726f214d99afe0f4322d8e1a1df7b5});google.maps.event.addListener(m_b8726f214d99afe0f4322d8e1a1df7b5, 'click', function() {infowindow.open(map,m_b8726f214d99afe0f4322d8e1a1df7b5);});$marker.push(m_b8726f214d99afe0f4322d8e1a1df7b5);}});}google.maps.event.addDomListener(window, 'load', initialize);