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.7722,-80.1868)};var g_341cd40532980c4909c8c647f2138c03 = new google.maps.Geocoder();g_341cd40532980c4909c8c647f2138c03.geocode( { 'address': "201 South Biscayne Blvd, 28th Floor, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-rj-mortgage--loan-brokers-miami').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-rj-mortgage--loan-brokers-miami'), mapOptions);}document.getElementById('eac6834c').innerHTML += ' | View Map';var $l341cd40532980c4909c8c647f2138c03 = '

R&J Mortgage & Loan Brokers Miami

Address: 201 South Biscayne Blvd, 28th Floor, Miami, FL 33131, USA
Phone: (305) 351-3051
';var m_341cd40532980c4909c8c647f2138c03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R&J Mortgage & Loan Brokers Miami',});m_341cd40532980c4909c8c647f2138c03['infowindow'] = new google.maps.InfoWindow({content: $l341cd40532980c4909c8c647f2138c03});var infowindow = new google.maps.InfoWindow({content: $l341cd40532980c4909c8c647f2138c03});google.maps.event.addListener(m_341cd40532980c4909c8c647f2138c03, 'click', function() {infowindow.open(map,m_341cd40532980c4909c8c647f2138c03);});$marker.push(m_341cd40532980c4909c8c647f2138c03);}});}google.maps.event.addDomListener(window, 'load', initialize);