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.1236,-80.1412)};var g_41cfb65cc61f9108bcb9c0d323f9f7ad = new google.maps.Geocoder();g_41cfb65cc61f9108bcb9c0d323f9f7ad.geocode( { 'address': "101 SE 3rd Ave, Pompano Beach, FL 33060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pompano-beach-FL-afs-acceptance-llc').style.display = '';map = new google.maps.Map(document.getElementById('pompano-beach-FL-afs-acceptance-llc'), mapOptions);}document.getElementById('9e840241').innerHTML += ' | View Map';var $l41cfb65cc61f9108bcb9c0d323f9f7ad = '

AFS Acceptance LLC

Address: 101 SE 3rd Ave, Pompano Beach, FL 33060, USA
Phone: (954) 615-1400
';var m_41cfb65cc61f9108bcb9c0d323f9f7ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AFS Acceptance LLC',});m_41cfb65cc61f9108bcb9c0d323f9f7ad['infowindow'] = new google.maps.InfoWindow({content: $l41cfb65cc61f9108bcb9c0d323f9f7ad});var infowindow = new google.maps.InfoWindow({content: $l41cfb65cc61f9108bcb9c0d323f9f7ad});google.maps.event.addListener(m_41cfb65cc61f9108bcb9c0d323f9f7ad, 'click', function() {infowindow.open(map,m_41cfb65cc61f9108bcb9c0d323f9f7ad);});$marker.push(m_41cfb65cc61f9108bcb9c0d323f9f7ad);}});}google.maps.event.addDomListener(window, 'load', initialize);