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.1332,-80.202)};var g_a365bca482445e8c0e9d8a8f338c3991 = new google.maps.Geocoder();g_a365bca482445e8c0e9d8a8f338c3991.geocode( { 'address': "850 N State Rd 7, Plantation, FL 33317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plantation-FL-auto-express-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('plantation-FL-auto-express-credit-inc'), mapOptions);}document.getElementById('e7bab747').innerHTML += ' | View Map';var $la365bca482445e8c0e9d8a8f338c3991 = '

Auto Express Credit Inc

Address: 850 N State Rd 7, Plantation, FL 33317, USA
Phone: (954) 975-7175
';var m_a365bca482445e8c0e9d8a8f338c3991 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Express Credit Inc',});m_a365bca482445e8c0e9d8a8f338c3991['infowindow'] = new google.maps.InfoWindow({content: $la365bca482445e8c0e9d8a8f338c3991});var infowindow = new google.maps.InfoWindow({content: $la365bca482445e8c0e9d8a8f338c3991});google.maps.event.addListener(m_a365bca482445e8c0e9d8a8f338c3991, 'click', function() {infowindow.open(map,m_a365bca482445e8c0e9d8a8f338c3991);});$marker.push(m_a365bca482445e8c0e9d8a8f338c3991);}});}google.maps.event.addDomListener(window, 'load', initialize);