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(30.873,-97.125)};var g_845ce31b9cf79c9aad515d0209881a3c = new google.maps.Geocoder();g_845ce31b9cf79c9aad515d0209881a3c.geocode( { 'address': "100 N 4th St, Buckholts, TX 76518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buckholts-TX-buckholts-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('buckholts-TX-buckholts-state-bank'), mapOptions);}document.getElementById('087c68fc').innerHTML += ' | View Map';var $l845ce31b9cf79c9aad515d0209881a3c = '

Buckholts State Bank

Address: 100 N 4th St, Buckholts, TX 76518, USA
Phone: (254) 593-3661
';var m_845ce31b9cf79c9aad515d0209881a3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buckholts State Bank',});m_845ce31b9cf79c9aad515d0209881a3c['infowindow'] = new google.maps.InfoWindow({content: $l845ce31b9cf79c9aad515d0209881a3c});var infowindow = new google.maps.InfoWindow({content: $l845ce31b9cf79c9aad515d0209881a3c});google.maps.event.addListener(m_845ce31b9cf79c9aad515d0209881a3c, 'click', function() {infowindow.open(map,m_845ce31b9cf79c9aad515d0209881a3c);});$marker.push(m_845ce31b9cf79c9aad515d0209881a3c);}});}google.maps.event.addDomListener(window, 'load', initialize);