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.2022,-98.2122)};var g_a09e75c5c86a7bf6582d2b4d75aad615 = new google.maps.Geocoder();g_a09e75c5c86a7bf6582d2b4d75aad615.geocode( { 'address': "200 N McColl Rd, McAllen, TX 78501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-credit-central-inc').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-credit-central-inc'), mapOptions);}document.getElementById('0b3c59dc').innerHTML += ' | View Map';var $la09e75c5c86a7bf6582d2b4d75aad615 = '

Credit Central, Inc.

Address: 200 N McColl Rd, McAllen, TX 78501, USA
Phone: (956) 618-3554
';var m_a09e75c5c86a7bf6582d2b4d75aad615 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Central, Inc.',});m_a09e75c5c86a7bf6582d2b4d75aad615['infowindow'] = new google.maps.InfoWindow({content: $la09e75c5c86a7bf6582d2b4d75aad615});var infowindow = new google.maps.InfoWindow({content: $la09e75c5c86a7bf6582d2b4d75aad615});google.maps.event.addListener(m_a09e75c5c86a7bf6582d2b4d75aad615, 'click', function() {infowindow.open(map,m_a09e75c5c86a7bf6582d2b4d75aad615);});$marker.push(m_a09e75c5c86a7bf6582d2b4d75aad615);}});}google.maps.event.addDomListener(window, 'load', initialize);