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.9027,-80.3306)};var g_1c76fee9418816ee07f81c9d3386f754 = new google.maps.Geocoder();g_1c76fee9418816ee07f81c9d3386f754.geocode( { 'address': "14211 Commerce Way, Miami Lakes, FL 33016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-lakes-FL-american-bancshares-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('miami-lakes-FL-american-bancshares-mortgage-llc'), mapOptions);}document.getElementById('3d46a4e3').innerHTML += ' | View Map';var $l1c76fee9418816ee07f81c9d3386f754 = '

American Bancshares Mortgage, LLC

Address: 14211 Commerce Way, Miami Lakes, FL 33016, USA
Phone: (305) 826-4500
';var m_1c76fee9418816ee07f81c9d3386f754 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bancshares Mortgage, LLC',});m_1c76fee9418816ee07f81c9d3386f754['infowindow'] = new google.maps.InfoWindow({content: $l1c76fee9418816ee07f81c9d3386f754});var infowindow = new google.maps.InfoWindow({content: $l1c76fee9418816ee07f81c9d3386f754});google.maps.event.addListener(m_1c76fee9418816ee07f81c9d3386f754, 'click', function() {infowindow.open(map,m_1c76fee9418816ee07f81c9d3386f754);});$marker.push(m_1c76fee9418816ee07f81c9d3386f754);}});}google.maps.event.addDomListener(window, 'load', initialize);