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.7583,-80.1993)};var g_feabb1a74ad0dc5c0f4f7a94e15b28d3 = new google.maps.Geocoder();g_feabb1a74ad0dc5c0f4f7a94e15b28d3.geocode( { 'address': "1800 SW 1st Ave #507, Miami, FL 33129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-the-loan-post-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-the-loan-post-inc'), mapOptions);}document.getElementById('727dbff0').innerHTML += ' | View Map';var $lfeabb1a74ad0dc5c0f4f7a94e15b28d3 = '

The Loan Post, Inc.

Address: 1800 SW 1st Ave #507, Miami, FL 33129, USA
Phone: (877) 812-4327
';var m_feabb1a74ad0dc5c0f4f7a94e15b28d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Loan Post, Inc.',});m_feabb1a74ad0dc5c0f4f7a94e15b28d3['infowindow'] = new google.maps.InfoWindow({content: $lfeabb1a74ad0dc5c0f4f7a94e15b28d3});var infowindow = new google.maps.InfoWindow({content: $lfeabb1a74ad0dc5c0f4f7a94e15b28d3});google.maps.event.addListener(m_feabb1a74ad0dc5c0f4f7a94e15b28d3, 'click', function() {infowindow.open(map,m_feabb1a74ad0dc5c0f4f7a94e15b28d3);});$marker.push(m_feabb1a74ad0dc5c0f4f7a94e15b28d3);}});}google.maps.event.addDomListener(window, 'load', initialize);