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(25.7491,-80.2612)};var g_8cc2929f01dcbc3962caf224337e625c = new google.maps.Geocoder();g_8cc2929f01dcbc3962caf224337e625c.geocode( { 'address': "320 Miracle Mile #201, Coral Gables, FL 33134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coral-gables-FL-friendly-mortgage-loan').style.display = '';map = new google.maps.Map(document.getElementById('coral-gables-FL-friendly-mortgage-loan'), mapOptions);}document.getElementById('1c045524').innerHTML += ' | View Map';var $l8cc2929f01dcbc3962caf224337e625c = '

Friendly Mortgage Loan

Address: 320 Miracle Mile #201, Coral Gables, FL 33134, USA
Phone: (305) 929-3055
';var m_8cc2929f01dcbc3962caf224337e625c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Mortgage Loan',});m_8cc2929f01dcbc3962caf224337e625c['infowindow'] = new google.maps.InfoWindow({content: $l8cc2929f01dcbc3962caf224337e625c});var infowindow = new google.maps.InfoWindow({content: $l8cc2929f01dcbc3962caf224337e625c});google.maps.event.addListener(m_8cc2929f01dcbc3962caf224337e625c, 'click', function() {infowindow.open(map,m_8cc2929f01dcbc3962caf224337e625c);});$marker.push(m_8cc2929f01dcbc3962caf224337e625c);}});}google.maps.event.addDomListener(window, 'load', initialize);