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(36.1983,-101.192)};var g_f9a9d8ff10c0344b8e946c54d70d694a = new google.maps.Geocoder();g_f9a9d8ff10c0344b8e946c54d70d694a.geocode( { 'address': "1 NE Court St, Spearman, TX 79081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spearman-TX-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('spearman-TX-first-state-bank'), mapOptions);}document.getElementById('b713db67').innerHTML += ' | View Map';var $lf9a9d8ff10c0344b8e946c54d70d694a = '

First State Bank

Address: 1 NE Court St, Spearman, TX 79081, USA
Phone: (806) 659-5565
';var m_f9a9d8ff10c0344b8e946c54d70d694a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_f9a9d8ff10c0344b8e946c54d70d694a['infowindow'] = new google.maps.InfoWindow({content: $lf9a9d8ff10c0344b8e946c54d70d694a});var infowindow = new google.maps.InfoWindow({content: $lf9a9d8ff10c0344b8e946c54d70d694a});google.maps.event.addListener(m_f9a9d8ff10c0344b8e946c54d70d694a, 'click', function() {infowindow.open(map,m_f9a9d8ff10c0344b8e946c54d70d694a);});$marker.push(m_f9a9d8ff10c0344b8e946c54d70d694a);}});}google.maps.event.addDomListener(window, 'load', initialize);