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.7371,-99.2274)};var g_85df379749646cf9c12552173bdab14d = new google.maps.Geocoder();g_85df379749646cf9c12552173bdab14d.geocode( { 'address': "215 Westmoreland, Mason, TX 76856"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-TX-first-state-bank-central-texas').style.display = '';map = new google.maps.Map(document.getElementById('mason-TX-first-state-bank-central-texas'), mapOptions);}document.getElementById('0732ce40').innerHTML += ' | View Map';var $l85df379749646cf9c12552173bdab14d = '

First State Bank Central Texas

Address: 215 Westmoreland, Mason, TX 76856
Phone: (325) 347-5347
';var m_85df379749646cf9c12552173bdab14d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Central Texas',});m_85df379749646cf9c12552173bdab14d['infowindow'] = new google.maps.InfoWindow({content: $l85df379749646cf9c12552173bdab14d});var infowindow = new google.maps.InfoWindow({content: $l85df379749646cf9c12552173bdab14d});google.maps.event.addListener(m_85df379749646cf9c12552173bdab14d, 'click', function() {infowindow.open(map,m_85df379749646cf9c12552173bdab14d);});$marker.push(m_85df379749646cf9c12552173bdab14d);}});}google.maps.event.addDomListener(window, 'load', initialize);