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.7791,-80.1977)};var g_4c92f9c98f8a02705400ceddbf88a7d3 = new google.maps.Geocoder();g_4c92f9c98f8a02705400ceddbf88a7d3.geocode( { 'address': "8600 NW 70th St, Miami, FL 33166"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-american-bank-parts').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-american-bank-parts'), mapOptions);}document.getElementById('2cfbee0d').innerHTML += ' | View Map';var $l4c92f9c98f8a02705400ceddbf88a7d3 = '

American Bank Parts

Address: 8600 NW 70th St, Miami, FL 33166
Phone: (305) 477-0690
';var m_4c92f9c98f8a02705400ceddbf88a7d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank Parts',});m_4c92f9c98f8a02705400ceddbf88a7d3['infowindow'] = new google.maps.InfoWindow({content: $l4c92f9c98f8a02705400ceddbf88a7d3});var infowindow = new google.maps.InfoWindow({content: $l4c92f9c98f8a02705400ceddbf88a7d3});google.maps.event.addListener(m_4c92f9c98f8a02705400ceddbf88a7d3, 'click', function() {infowindow.open(map,m_4c92f9c98f8a02705400ceddbf88a7d3);});$marker.push(m_4c92f9c98f8a02705400ceddbf88a7d3);}});}google.maps.event.addDomListener(window, 'load', initialize);