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(29.9013,-93.9314)};var g_bccca213f6c9b6d4e1b496e23845c6c5 = new google.maps.Geocoder();g_bccca213f6c9b6d4e1b496e23845c6c5.geocode( { 'address': "2903 19th St, Port Arthur, TX 77642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-arthur-TX-american-auto-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('port-arthur-TX-american-auto-credit-inc'), mapOptions);}document.getElementById('05396563').innerHTML += ' | View Map';var $lbccca213f6c9b6d4e1b496e23845c6c5 = '

American Auto Credit Inc

Address: 2903 19th St, Port Arthur, TX 77642, USA
Phone: (409) 982-2834
';var m_bccca213f6c9b6d4e1b496e23845c6c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Auto Credit Inc',});m_bccca213f6c9b6d4e1b496e23845c6c5['infowindow'] = new google.maps.InfoWindow({content: $lbccca213f6c9b6d4e1b496e23845c6c5});var infowindow = new google.maps.InfoWindow({content: $lbccca213f6c9b6d4e1b496e23845c6c5});google.maps.event.addListener(m_bccca213f6c9b6d4e1b496e23845c6c5, 'click', function() {infowindow.open(map,m_bccca213f6c9b6d4e1b496e23845c6c5);});$marker.push(m_bccca213f6c9b6d4e1b496e23845c6c5);}});}google.maps.event.addDomListener(window, 'load', initialize);