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.7935,-97.426)};var g_c0654546e294ea11cc916261731f0460 = new google.maps.Geocoder();g_c0654546e294ea11cc916261731f0460.geocode( { 'address': "206 S Dalton, Bartlett, TX 76511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartlett-TX-first-state-bank-central-texas').style.display = '';map = new google.maps.Map(document.getElementById('bartlett-TX-first-state-bank-central-texas'), mapOptions);}document.getElementById('6e97666f').innerHTML += ' | View Map';var $lc0654546e294ea11cc916261731f0460 = '

First State Bank Central Texas

Address: 206 S Dalton, Bartlett, TX 76511, USA
Phone: (254) 527-3197
';var m_c0654546e294ea11cc916261731f0460 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Central Texas',});m_c0654546e294ea11cc916261731f0460['infowindow'] = new google.maps.InfoWindow({content: $lc0654546e294ea11cc916261731f0460});var infowindow = new google.maps.InfoWindow({content: $lc0654546e294ea11cc916261731f0460});google.maps.event.addListener(m_c0654546e294ea11cc916261731f0460, 'click', function() {infowindow.open(map,m_c0654546e294ea11cc916261731f0460);});$marker.push(m_c0654546e294ea11cc916261731f0460);}});}google.maps.event.addDomListener(window, 'load', initialize);