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(34.8511,-100.214)};var g_723b0bd9bf23f52c39f300986eb1d188 = new google.maps.Geocoder();g_723b0bd9bf23f52c39f300986eb1d188.geocode( { 'address': "1000 8th St, Wellington, TX 79095"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellington-TX-wellington-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wellington-TX-wellington-state-bank'), mapOptions);}document.getElementById('01f9eba4').innerHTML += ' | View Map';var $l723b0bd9bf23f52c39f300986eb1d188 = '

Wellington State Bank

Address: 1000 8th St, Wellington, TX 79095
Phone: (806) 447-2551
';var m_723b0bd9bf23f52c39f300986eb1d188 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wellington State Bank',});m_723b0bd9bf23f52c39f300986eb1d188['infowindow'] = new google.maps.InfoWindow({content: $l723b0bd9bf23f52c39f300986eb1d188});var infowindow = new google.maps.InfoWindow({content: $l723b0bd9bf23f52c39f300986eb1d188});google.maps.event.addListener(m_723b0bd9bf23f52c39f300986eb1d188, 'click', function() {infowindow.open(map,m_723b0bd9bf23f52c39f300986eb1d188);});$marker.push(m_723b0bd9bf23f52c39f300986eb1d188);}});}google.maps.event.addDomListener(window, 'load', initialize);