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(31.3087,-93.7716)};var g_d1558cccd99d12f15331f34747737d64 = new google.maps.Geocoder();g_d1558cccd99d12f15331f34747737d64.geocode( { 'address': "103 Worth St, Hemphill, TX 75948"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hemphill-TX-shelby-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('hemphill-TX-shelby-savings-bank'), mapOptions);}document.getElementById('7c329c8a').innerHTML += ' | View Map';var $ld1558cccd99d12f15331f34747737d64 = '

Shelby Savings Bank

Address: 103 Worth St, Hemphill, TX 75948
Phone: (409) 787-3102
';var m_d1558cccd99d12f15331f34747737d64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shelby Savings Bank',});m_d1558cccd99d12f15331f34747737d64['infowindow'] = new google.maps.InfoWindow({content: $ld1558cccd99d12f15331f34747737d64});var infowindow = new google.maps.InfoWindow({content: $ld1558cccd99d12f15331f34747737d64});google.maps.event.addListener(m_d1558cccd99d12f15331f34747737d64, 'click', function() {infowindow.open(map,m_d1558cccd99d12f15331f34747737d64);});$marker.push(m_d1558cccd99d12f15331f34747737d64);}});}google.maps.event.addDomListener(window, 'load', initialize);