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.3062,-96.8966)};var g_a4b9f0e707aed5a52241d458a2910705 = new google.maps.Geocoder();g_a4b9f0e707aed5a52241d458a2910705.geocode( { 'address': "164 Live Oak St, Marlin, TX 76661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marlin-TX-first-state-bank-central-texas').style.display = '';map = new google.maps.Map(document.getElementById('marlin-TX-first-state-bank-central-texas'), mapOptions);}document.getElementById('f66bd980').innerHTML += ' | View Map';var $la4b9f0e707aed5a52241d458a2910705 = '

First State Bank Central Texas

Address: 164 Live Oak St, Marlin, TX 76661, USA
Phone: (254) 883-2551
';var m_a4b9f0e707aed5a52241d458a2910705 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Central Texas',});m_a4b9f0e707aed5a52241d458a2910705['infowindow'] = new google.maps.InfoWindow({content: $la4b9f0e707aed5a52241d458a2910705});var infowindow = new google.maps.InfoWindow({content: $la4b9f0e707aed5a52241d458a2910705});google.maps.event.addListener(m_a4b9f0e707aed5a52241d458a2910705, 'click', function() {infowindow.open(map,m_a4b9f0e707aed5a52241d458a2910705);});$marker.push(m_a4b9f0e707aed5a52241d458a2910705);}});}google.maps.event.addDomListener(window, 'load', initialize);