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(32.5146,-101.576)};var g_5644fb01b5333e2548d12dfbc3d5a0c8 = new google.maps.Geocoder();g_5644fb01b5333e2548d12dfbc3d5a0c8.geocode( { 'address': "600 E FM 700, Big Spring, TX 79720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-spring-TX-lone-star-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('big-spring-TX-lone-star-state-bank'), mapOptions);}document.getElementById('7ec3a994').innerHTML += ' | View Map';var $l5644fb01b5333e2548d12dfbc3d5a0c8 = '

Lone Star State Bank

Address: 600 E FM 700, Big Spring, TX 79720
Phone: (432) 264-7717
';var m_5644fb01b5333e2548d12dfbc3d5a0c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star State Bank',});m_5644fb01b5333e2548d12dfbc3d5a0c8['infowindow'] = new google.maps.InfoWindow({content: $l5644fb01b5333e2548d12dfbc3d5a0c8});var infowindow = new google.maps.InfoWindow({content: $l5644fb01b5333e2548d12dfbc3d5a0c8});google.maps.event.addListener(m_5644fb01b5333e2548d12dfbc3d5a0c8, 'click', function() {infowindow.open(map,m_5644fb01b5333e2548d12dfbc3d5a0c8);});$marker.push(m_5644fb01b5333e2548d12dfbc3d5a0c8);}});}google.maps.event.addDomListener(window, 'load', initialize);