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.0093,-80.2101)};var g_548ac132d1da8285bfd71130da4ee0fa = new google.maps.Geocoder();g_548ac132d1da8285bfd71130da4ee0fa.geocode( { 'address': "6100 Hollywood Blvd #110, Hollywood, FL 33024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-amerifinance').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-amerifinance'), mapOptions);}document.getElementById('9d71db24').innerHTML += ' | View Map';var $l548ac132d1da8285bfd71130da4ee0fa = '

Amerifinance

Address: 6100 Hollywood Blvd #110, Hollywood, FL 33024, USA
Phone: (954) 987-7960
';var m_548ac132d1da8285bfd71130da4ee0fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amerifinance',});m_548ac132d1da8285bfd71130da4ee0fa['infowindow'] = new google.maps.InfoWindow({content: $l548ac132d1da8285bfd71130da4ee0fa});var infowindow = new google.maps.InfoWindow({content: $l548ac132d1da8285bfd71130da4ee0fa});google.maps.event.addListener(m_548ac132d1da8285bfd71130da4ee0fa, 'click', function() {infowindow.open(map,m_548ac132d1da8285bfd71130da4ee0fa);});$marker.push(m_548ac132d1da8285bfd71130da4ee0fa);}});}google.maps.event.addDomListener(window, 'load', initialize);