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(33.6248,-97.1376)};var g_b6fbeeec409422a2642792a2928de5b6 = new google.maps.Geocoder();g_b6fbeeec409422a2642792a2928de5b6.geocode( { 'address': "801 E California St, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-first-state-bank---main-branch').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-first-state-bank---main-branch'), mapOptions);}document.getElementById('762afa44').innerHTML += ' | View Map';var $lb6fbeeec409422a2642792a2928de5b6 = '

First State Bank - Main Branch

Address: 801 E California St, Gainesville, TX 76240, USA
Phone: (940) 665-1711
';var m_b6fbeeec409422a2642792a2928de5b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank - Main Branch',});m_b6fbeeec409422a2642792a2928de5b6['infowindow'] = new google.maps.InfoWindow({content: $lb6fbeeec409422a2642792a2928de5b6});var infowindow = new google.maps.InfoWindow({content: $lb6fbeeec409422a2642792a2928de5b6});google.maps.event.addListener(m_b6fbeeec409422a2642792a2928de5b6, 'click', function() {infowindow.open(map,m_b6fbeeec409422a2642792a2928de5b6);});$marker.push(m_b6fbeeec409422a2642792a2928de5b6);}});}google.maps.event.addDomListener(window, 'load', initialize);