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.7606,-80.1913)};var g_91bf24d806c7c2697aa815cc9076ef78 = new google.maps.Geocoder();g_91bf24d806c7c2697aa815cc9076ef78.geocode( { 'address': "1395 Brickell Ave #800, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-us-commercial-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-us-commercial-funding-corp'), mapOptions);}document.getElementById('ff742665').innerHTML += ' | View Map';var $l91bf24d806c7c2697aa815cc9076ef78 = '

US Commercial Funding, Corp

Address: 1395 Brickell Ave #800, Miami, FL 33131, USA
Phone: (800) 915-6410
';var m_91bf24d806c7c2697aa815cc9076ef78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Commercial Funding, Corp',});m_91bf24d806c7c2697aa815cc9076ef78['infowindow'] = new google.maps.InfoWindow({content: $l91bf24d806c7c2697aa815cc9076ef78});var infowindow = new google.maps.InfoWindow({content: $l91bf24d806c7c2697aa815cc9076ef78});google.maps.event.addListener(m_91bf24d806c7c2697aa815cc9076ef78, 'click', function() {infowindow.open(map,m_91bf24d806c7c2697aa815cc9076ef78);});$marker.push(m_91bf24d806c7c2697aa815cc9076ef78);}});}google.maps.event.addDomListener(window, 'load', initialize);