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.5564,-97.0205)};var g_733852019f38b3bf2ecca25ee6ba905a = new google.maps.Geocoder();g_733852019f38b3bf2ecca25ee6ba905a.geocode( { 'address': "6586 FM 902, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-first-state-bank---lake-kiowa-branch').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-first-state-bank---lake-kiowa-branch'), mapOptions);}document.getElementById('a74d604f').innerHTML += ' | View Map';var $l733852019f38b3bf2ecca25ee6ba905a = '

First State Bank - Lake Kiowa Branch

Address: 6586 FM 902, Gainesville, TX 76240, USA
Phone: (940) 665-1711
';var m_733852019f38b3bf2ecca25ee6ba905a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank - Lake Kiowa Branch',});m_733852019f38b3bf2ecca25ee6ba905a['infowindow'] = new google.maps.InfoWindow({content: $l733852019f38b3bf2ecca25ee6ba905a});var infowindow = new google.maps.InfoWindow({content: $l733852019f38b3bf2ecca25ee6ba905a});google.maps.event.addListener(m_733852019f38b3bf2ecca25ee6ba905a, 'click', function() {infowindow.open(map,m_733852019f38b3bf2ecca25ee6ba905a);});$marker.push(m_733852019f38b3bf2ecca25ee6ba905a);}});}google.maps.event.addDomListener(window, 'load', initialize);