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(35.4323,-100.273)};var g_ac7d7162cb8e4bb5ff9e04902abcd73b = new google.maps.Geocoder();g_ac7d7162cb8e4bb5ff9e04902abcd73b.geocode( { 'address': "1408 S Alan L Bean Blvd, Wheeler, TX 79096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheeler-TX-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wheeler-TX-first-state-bank'), mapOptions);}document.getElementById('a4682290').innerHTML += ' | View Map';var $lac7d7162cb8e4bb5ff9e04902abcd73b = '

First State Bank

Address: 1408 S Alan L Bean Blvd, Wheeler, TX 79096, USA
Phone: (806) 826-5546
';var m_ac7d7162cb8e4bb5ff9e04902abcd73b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_ac7d7162cb8e4bb5ff9e04902abcd73b['infowindow'] = new google.maps.InfoWindow({content: $lac7d7162cb8e4bb5ff9e04902abcd73b});var infowindow = new google.maps.InfoWindow({content: $lac7d7162cb8e4bb5ff9e04902abcd73b});google.maps.event.addListener(m_ac7d7162cb8e4bb5ff9e04902abcd73b, 'click', function() {infowindow.open(map,m_ac7d7162cb8e4bb5ff9e04902abcd73b);});$marker.push(m_ac7d7162cb8e4bb5ff9e04902abcd73b);}});}google.maps.event.addDomListener(window, 'load', initialize);