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.754,-98.9243)};var g_8c9a2e819604aa25e5cc9127ce31c483 = new google.maps.Geocoder();g_8c9a2e819604aa25e5cc9127ce31c483.geocode( { 'address': "411 Early Blvd, Early, TX 76802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('early-TX-mills-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('early-TX-mills-county-state-bank'), mapOptions);}document.getElementById('c1469687').innerHTML += ' | View Map';var $l8c9a2e819604aa25e5cc9127ce31c483 = '

Mills County State Bank

Address: 411 Early Blvd, Early, TX 76802
Phone: (325) 646-0313
';var m_8c9a2e819604aa25e5cc9127ce31c483 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mills County State Bank',});m_8c9a2e819604aa25e5cc9127ce31c483['infowindow'] = new google.maps.InfoWindow({content: $l8c9a2e819604aa25e5cc9127ce31c483});var infowindow = new google.maps.InfoWindow({content: $l8c9a2e819604aa25e5cc9127ce31c483});google.maps.event.addListener(m_8c9a2e819604aa25e5cc9127ce31c483, 'click', function() {infowindow.open(map,m_8c9a2e819604aa25e5cc9127ce31c483);});$marker.push(m_8c9a2e819604aa25e5cc9127ce31c483);}});}google.maps.event.addDomListener(window, 'load', initialize);