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.6642,-98.4136)};var g_ddc1ff560673ec24600a5f837f0cb9bd = new google.maps.Geocoder();g_ddc1ff560673ec24600a5f837f0cb9bd.geocode( { 'address': "200 S Bell St, Hamilton, TX 76531"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-TX-first-state-bank-central-texas').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-TX-first-state-bank-central-texas'), mapOptions);}document.getElementById('0c7d5700').innerHTML += ' | View Map';var $lddc1ff560673ec24600a5f837f0cb9bd = '

First State Bank Central Texas

Address: 200 S Bell St, Hamilton, TX 76531
Phone: (254) 386-8124
';var m_ddc1ff560673ec24600a5f837f0cb9bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Central Texas',});m_ddc1ff560673ec24600a5f837f0cb9bd['infowindow'] = new google.maps.InfoWindow({content: $lddc1ff560673ec24600a5f837f0cb9bd});var infowindow = new google.maps.InfoWindow({content: $lddc1ff560673ec24600a5f837f0cb9bd});google.maps.event.addListener(m_ddc1ff560673ec24600a5f837f0cb9bd, 'click', function() {infowindow.open(map,m_ddc1ff560673ec24600a5f837f0cb9bd);});$marker.push(m_ddc1ff560673ec24600a5f837f0cb9bd);}});}google.maps.event.addDomListener(window, 'load', initialize);