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(31.6501,-106.284)};var g_58e0205abdb3b6776a059e8abe61ea11 = new google.maps.Geocoder();g_58e0205abdb3b6776a059e8abe61ea11.geocode( { 'address': "131 Horizon Blvd, Socorro, TX 79927, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('socorro-TX-big-tex-finance').style.display = '';map = new google.maps.Map(document.getElementById('socorro-TX-big-tex-finance'), mapOptions);}document.getElementById('8ee5f296').innerHTML += ' | View Map';var $l58e0205abdb3b6776a059e8abe61ea11 = '

Big Tex Finance

Address: 131 Horizon Blvd, Socorro, TX 79927, USA
Phone: (915) 790-1500
';var m_58e0205abdb3b6776a059e8abe61ea11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Big Tex Finance',});m_58e0205abdb3b6776a059e8abe61ea11['infowindow'] = new google.maps.InfoWindow({content: $l58e0205abdb3b6776a059e8abe61ea11});var infowindow = new google.maps.InfoWindow({content: $l58e0205abdb3b6776a059e8abe61ea11});google.maps.event.addListener(m_58e0205abdb3b6776a059e8abe61ea11, 'click', function() {infowindow.open(map,m_58e0205abdb3b6776a059e8abe61ea11);});$marker.push(m_58e0205abdb3b6776a059e8abe61ea11);}});}google.maps.event.addDomListener(window, 'load', initialize);