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.1561,-97.9909)};var g_75b5fff249ac73201330ceae2f409290 = new google.maps.Geocoder();g_75b5fff249ac73201330ceae2f409290.geocode( { 'address': "522 S Texas Blvd #104, Weslaco, TX 78596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weslaco-TX-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('weslaco-TX-credit-solutions'), mapOptions);}document.getElementById('c9eee78f').innerHTML += ' | View Map';var $l75b5fff249ac73201330ceae2f409290 = '

Credit Solutions

Address: 522 S Texas Blvd #104, Weslaco, TX 78596, USA
Phone: (866) 991-1113
';var m_75b5fff249ac73201330ceae2f409290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Solutions',});m_75b5fff249ac73201330ceae2f409290['infowindow'] = new google.maps.InfoWindow({content: $l75b5fff249ac73201330ceae2f409290});var infowindow = new google.maps.InfoWindow({content: $l75b5fff249ac73201330ceae2f409290});google.maps.event.addListener(m_75b5fff249ac73201330ceae2f409290, 'click', function() {infowindow.open(map,m_75b5fff249ac73201330ceae2f409290);});$marker.push(m_75b5fff249ac73201330ceae2f409290);}});}google.maps.event.addDomListener(window, 'load', initialize);