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.2933,-97.9907)};var g_7920cd3846217367a679ab8e010bd40b = new google.maps.Geocoder();g_7920cd3846217367a679ab8e010bd40b.geocode( { 'address': "W., 311 E Edinburg Ave #2, Elsa, TX 78543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elsa-TX-texan-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('elsa-TX-texan-credit-corporation'), mapOptions);}document.getElementById('0dc6fec4').innerHTML += ' | View Map';var $l7920cd3846217367a679ab8e010bd40b = '

Texan Credit Corporation

Address: W., 311 E Edinburg Ave #2, Elsa, TX 78543, USA
Phone: (956) 262-9034
';var m_7920cd3846217367a679ab8e010bd40b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texan Credit Corporation',});m_7920cd3846217367a679ab8e010bd40b['infowindow'] = new google.maps.InfoWindow({content: $l7920cd3846217367a679ab8e010bd40b});var infowindow = new google.maps.InfoWindow({content: $l7920cd3846217367a679ab8e010bd40b});google.maps.event.addListener(m_7920cd3846217367a679ab8e010bd40b, 'click', function() {infowindow.open(map,m_7920cd3846217367a679ab8e010bd40b);});$marker.push(m_7920cd3846217367a679ab8e010bd40b);}});}google.maps.event.addDomListener(window, 'load', initialize);