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.1887,-80.1727)};var g_3925d313c95e874b3e75a4b6d2067d2a = new google.maps.Geocoder();g_3925d313c95e874b3e75a4b6d2067d2a.geocode( { 'address': "2101 W Commercial Blvd #5350, Fort Lauderdale, FL 33309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-veros-credit').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-veros-credit'), mapOptions);}document.getElementById('105f9f59').innerHTML += ' | View Map';var $l3925d313c95e874b3e75a4b6d2067d2a = '

Veros Credit

Address: 2101 W Commercial Blvd #5350, Fort Lauderdale, FL 33309, USA
Phone: (954) 656-3636
';var m_3925d313c95e874b3e75a4b6d2067d2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veros Credit',});m_3925d313c95e874b3e75a4b6d2067d2a['infowindow'] = new google.maps.InfoWindow({content: $l3925d313c95e874b3e75a4b6d2067d2a});var infowindow = new google.maps.InfoWindow({content: $l3925d313c95e874b3e75a4b6d2067d2a});google.maps.event.addListener(m_3925d313c95e874b3e75a4b6d2067d2a, 'click', function() {infowindow.open(map,m_3925d313c95e874b3e75a4b6d2067d2a);});$marker.push(m_3925d313c95e874b3e75a4b6d2067d2a);}});}google.maps.event.addDomListener(window, 'load', initialize);