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.1943,-97.687)};var g_add5efc3f8de35d6208dc6fc154b59d3 = new google.maps.Geocoder();g_add5efc3f8de35d6208dc6fc154b59d3.geocode( { 'address': "918 W Harrison Ave, Harlingen, TX 78550"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlingen-TX-lone-star-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('harlingen-TX-lone-star-national-bank'), mapOptions);}document.getElementById('45e1d1a4').innerHTML += ' | View Map';var $ladd5efc3f8de35d6208dc6fc154b59d3 = '

Lone Star National Bank

Address: 918 W Harrison Ave, Harlingen, TX 78550
Phone: (956) 365-5900
';var m_add5efc3f8de35d6208dc6fc154b59d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star National Bank',});m_add5efc3f8de35d6208dc6fc154b59d3['infowindow'] = new google.maps.InfoWindow({content: $ladd5efc3f8de35d6208dc6fc154b59d3});var infowindow = new google.maps.InfoWindow({content: $ladd5efc3f8de35d6208dc6fc154b59d3});google.maps.event.addListener(m_add5efc3f8de35d6208dc6fc154b59d3, 'click', function() {infowindow.open(map,m_add5efc3f8de35d6208dc6fc154b59d3);});$marker.push(m_add5efc3f8de35d6208dc6fc154b59d3);}});}google.maps.event.addDomListener(window, 'load', initialize);