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.7415,-80.2628)};var g_5bd489802c61305cc115ad942fa60908 = new google.maps.Geocoder();g_5bd489802c61305cc115ad942fa60908.geocode( { 'address': "400 University Dr, Miami, FL 33134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-home-financing-center').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-home-financing-center'), mapOptions);}document.getElementById('40410cdd').innerHTML += ' | View Map';var $l5bd489802c61305cc115ad942fa60908 = '

Home Financing Center

Address: 400 University Dr, Miami, FL 33134, USA
Phone: (305) 777-1100
';var m_5bd489802c61305cc115ad942fa60908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Financing Center',});m_5bd489802c61305cc115ad942fa60908['infowindow'] = new google.maps.InfoWindow({content: $l5bd489802c61305cc115ad942fa60908});var infowindow = new google.maps.InfoWindow({content: $l5bd489802c61305cc115ad942fa60908});google.maps.event.addListener(m_5bd489802c61305cc115ad942fa60908, 'click', function() {infowindow.open(map,m_5bd489802c61305cc115ad942fa60908);});$marker.push(m_5bd489802c61305cc115ad942fa60908);}});}google.maps.event.addDomListener(window, 'load', initialize);