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.5953,-100.185)};var g_f73b76ce8949fe29bf2a537cfa420e8f = new google.maps.Geocoder();g_f73b76ce8949fe29bf2a537cfa420e8f.geocode( { 'address': "111 S Robinson St, Miles, TX 76861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miles-TX-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('miles-TX-citizens-state-bank'), mapOptions);}document.getElementById('81d55acd').innerHTML += ' | View Map';var $lf73b76ce8949fe29bf2a537cfa420e8f = '

Citizens State Bank

Address: 111 S Robinson St, Miles, TX 76861
Phone: (325) 468-3311
';var m_f73b76ce8949fe29bf2a537cfa420e8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_f73b76ce8949fe29bf2a537cfa420e8f['infowindow'] = new google.maps.InfoWindow({content: $lf73b76ce8949fe29bf2a537cfa420e8f});var infowindow = new google.maps.InfoWindow({content: $lf73b76ce8949fe29bf2a537cfa420e8f});google.maps.event.addListener(m_f73b76ce8949fe29bf2a537cfa420e8f, 'click', function() {infowindow.open(map,m_f73b76ce8949fe29bf2a537cfa420e8f);});$marker.push(m_f73b76ce8949fe29bf2a537cfa420e8f);}});}google.maps.event.addDomListener(window, 'load', initialize);