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.332,-98.1638)};var g_a8b4e1711d6984d13cb9050939f14dc3 = new google.maps.Geocoder();g_a8b4e1711d6984d13cb9050939f14dc3.geocode( { 'address': "117 S 10th Ave, Edinburg, TX 78539"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburg-TX-lone-star-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('edinburg-TX-lone-star-national-bank'), mapOptions);}document.getElementById('bbae433d').innerHTML += ' | View Map';var $la8b4e1711d6984d13cb9050939f14dc3 = '

Lone Star National Bank

Address: 117 S 10th Ave, Edinburg, TX 78539
Phone: (956) 386-0134
';var m_a8b4e1711d6984d13cb9050939f14dc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star National Bank',});m_a8b4e1711d6984d13cb9050939f14dc3['infowindow'] = new google.maps.InfoWindow({content: $la8b4e1711d6984d13cb9050939f14dc3});var infowindow = new google.maps.InfoWindow({content: $la8b4e1711d6984d13cb9050939f14dc3});google.maps.event.addListener(m_a8b4e1711d6984d13cb9050939f14dc3, 'click', function() {infowindow.open(map,m_a8b4e1711d6984d13cb9050939f14dc3);});$marker.push(m_a8b4e1711d6984d13cb9050939f14dc3);}});}google.maps.event.addDomListener(window, 'load', initialize);