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.1994,-98.246)};var g_726612e9c6061c7c6600857715199e21 = new google.maps.Geocoder();g_726612e9c6061c7c6600857715199e21.geocode( { 'address': "2242 Galveston Ave, McAllen, TX 78501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-fiesta-credit-cars').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-fiesta-credit-cars'), mapOptions);}document.getElementById('071cc1d1').innerHTML += ' | View Map';var $l726612e9c6061c7c6600857715199e21 = '

Fiesta Credit Cars

Address: 2242 Galveston Ave, McAllen, TX 78501, USA
Phone: (956) 683-1463
';var m_726612e9c6061c7c6600857715199e21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fiesta Credit Cars',});m_726612e9c6061c7c6600857715199e21['infowindow'] = new google.maps.InfoWindow({content: $l726612e9c6061c7c6600857715199e21});var infowindow = new google.maps.InfoWindow({content: $l726612e9c6061c7c6600857715199e21});google.maps.event.addListener(m_726612e9c6061c7c6600857715199e21, 'click', function() {infowindow.open(map,m_726612e9c6061c7c6600857715199e21);});$marker.push(m_726612e9c6061c7c6600857715199e21);}});}google.maps.event.addDomListener(window, 'load', initialize);