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.8111,-80.3306)};var g_c2b3ff76ff4ae58725a96bdef627f171 = new google.maps.Geocoder();g_c2b3ff76ff4ae58725a96bdef627f171.geocode( { 'address': "8200 NW 41st St #200, Doral, FL 33166, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doral-FL-point-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('doral-FL-point-mortgage-corporation'), mapOptions);}document.getElementById('b49edec8').innerHTML += ' | View Map';var $lc2b3ff76ff4ae58725a96bdef627f171 = '

Point Mortgage Corporation

Address: 8200 NW 41st St #200, Doral, FL 33166, USA
Phone: (305) 721-3012
';var m_c2b3ff76ff4ae58725a96bdef627f171 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Point Mortgage Corporation',});m_c2b3ff76ff4ae58725a96bdef627f171['infowindow'] = new google.maps.InfoWindow({content: $lc2b3ff76ff4ae58725a96bdef627f171});var infowindow = new google.maps.InfoWindow({content: $lc2b3ff76ff4ae58725a96bdef627f171});google.maps.event.addListener(m_c2b3ff76ff4ae58725a96bdef627f171, 'click', function() {infowindow.open(map,m_c2b3ff76ff4ae58725a96bdef627f171);});$marker.push(m_c2b3ff76ff4ae58725a96bdef627f171);}});}google.maps.event.addDomListener(window, 'load', initialize);