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.1834,-98.2326)};var g_2c0d1d4e7c2243864b57b50ad5285172 = new google.maps.Geocoder();g_2c0d1d4e7c2243864b57b50ad5285172.geocode( { 'address': "2109 S 10th St #100, McAllen, TX 78503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcallen-TX-lone-star-bancshares').style.display = '';map = new google.maps.Map(document.getElementById('mcallen-TX-lone-star-bancshares'), mapOptions);}document.getElementById('239b303e').innerHTML += ' | View Map';var $l2c0d1d4e7c2243864b57b50ad5285172 = '

Lone Star Bancshares

Address: 2109 S 10th St #100, McAllen, TX 78503, USA
Phone: (956) 971-6700
';var m_2c0d1d4e7c2243864b57b50ad5285172 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star Bancshares',});m_2c0d1d4e7c2243864b57b50ad5285172['infowindow'] = new google.maps.InfoWindow({content: $l2c0d1d4e7c2243864b57b50ad5285172});var infowindow = new google.maps.InfoWindow({content: $l2c0d1d4e7c2243864b57b50ad5285172});google.maps.event.addListener(m_2c0d1d4e7c2243864b57b50ad5285172, 'click', function() {infowindow.open(map,m_2c0d1d4e7c2243864b57b50ad5285172);});$marker.push(m_2c0d1d4e7c2243864b57b50ad5285172);}});}google.maps.event.addDomListener(window, 'load', initialize);