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(26.2047,-80.1527)};var g_0820cc8f18db5d811081be3005d54d52 = new google.maps.Geocoder();g_0820cc8f18db5d811081be3005d54d52.geocode( { 'address': "6261 NW 6th Way #201, Fort Lauderdale, FL 33309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-capital-business-credit').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-capital-business-credit'), mapOptions);}document.getElementById('f758aeec').innerHTML += ' | View Map';var $l0820cc8f18db5d811081be3005d54d52 = '

Capital Business Credit

Address: 6261 NW 6th Way #201, Fort Lauderdale, FL 33309, USA
Phone: (954) 660-7454
';var m_0820cc8f18db5d811081be3005d54d52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Business Credit',});m_0820cc8f18db5d811081be3005d54d52['infowindow'] = new google.maps.InfoWindow({content: $l0820cc8f18db5d811081be3005d54d52});var infowindow = new google.maps.InfoWindow({content: $l0820cc8f18db5d811081be3005d54d52});google.maps.event.addListener(m_0820cc8f18db5d811081be3005d54d52, 'click', function() {infowindow.open(map,m_0820cc8f18db5d811081be3005d54d52);});$marker.push(m_0820cc8f18db5d811081be3005d54d52);}});}google.maps.event.addDomListener(window, 'load', initialize);