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.4941,-81.4826)};var g_c16ab0fc0528d915ea5c949aad5eb999 = new google.maps.Geocoder();g_c16ab0fc0528d915ea5c949aad5eb999.geocode( { 'address': "7479 Conroy Windermere Rd # B, Orlando, FL 32835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-v-p-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-v-p-mortgage'), mapOptions);}document.getElementById('bdbaf274').innerHTML += ' | View Map';var $lc16ab0fc0528d915ea5c949aad5eb999 = '

V P Mortgage

Address: 7479 Conroy Windermere Rd # B, Orlando, FL 32835, USA
Phone: (352) 404-9619
';var m_c16ab0fc0528d915ea5c949aad5eb999 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'V P Mortgage',});m_c16ab0fc0528d915ea5c949aad5eb999['infowindow'] = new google.maps.InfoWindow({content: $lc16ab0fc0528d915ea5c949aad5eb999});var infowindow = new google.maps.InfoWindow({content: $lc16ab0fc0528d915ea5c949aad5eb999});google.maps.event.addListener(m_c16ab0fc0528d915ea5c949aad5eb999, 'click', function() {infowindow.open(map,m_c16ab0fc0528d915ea5c949aad5eb999);});$marker.push(m_c16ab0fc0528d915ea5c949aad5eb999);}});}google.maps.event.addDomListener(window, 'load', initialize);