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.5212,-96.5373)};var g_eb76c035d5d0a2bd2a0d0834b93c9c26 = new google.maps.Geocoder();g_eb76c035d5d0a2bd2a0d0834b93c9c26.geocode( { 'address': "409 S Ellis St, Groesbeck, TX 76642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groesbeck-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('groesbeck-TX-first-national-bank'), mapOptions);}document.getElementById('c393a85f').innerHTML += ' | View Map';var $leb76c035d5d0a2bd2a0d0834b93c9c26 = '

First National Bank

Address: 409 S Ellis St, Groesbeck, TX 76642, USA
Phone: (254) 729-3054
';var m_eb76c035d5d0a2bd2a0d0834b93c9c26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_eb76c035d5d0a2bd2a0d0834b93c9c26['infowindow'] = new google.maps.InfoWindow({content: $leb76c035d5d0a2bd2a0d0834b93c9c26});var infowindow = new google.maps.InfoWindow({content: $leb76c035d5d0a2bd2a0d0834b93c9c26});google.maps.event.addListener(m_eb76c035d5d0a2bd2a0d0834b93c9c26, 'click', function() {infowindow.open(map,m_eb76c035d5d0a2bd2a0d0834b93c9c26);});$marker.push(m_eb76c035d5d0a2bd2a0d0834b93c9c26);}});}google.maps.event.addDomListener(window, 'load', initialize);