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(28.8518,-96.2298)};var g_42d2c59101dccaea5fa5d3a902d1f83b = new google.maps.Geocoder();g_42d2c59101dccaea5fa5d3a902d1f83b.geocode( { 'address': "761 FM 616 Rd, Blessing, TX 77419"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blessing-TX-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('blessing-TX-first-state-bank'), mapOptions);}document.getElementById('2c8b62dc').innerHTML += ' | View Map';var $l42d2c59101dccaea5fa5d3a902d1f83b = '

First State Bank

Address: 761 FM 616 Rd, Blessing, TX 77419
Phone: (361) 588-7777
';var m_42d2c59101dccaea5fa5d3a902d1f83b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_42d2c59101dccaea5fa5d3a902d1f83b['infowindow'] = new google.maps.InfoWindow({content: $l42d2c59101dccaea5fa5d3a902d1f83b});var infowindow = new google.maps.InfoWindow({content: $l42d2c59101dccaea5fa5d3a902d1f83b});google.maps.event.addListener(m_42d2c59101dccaea5fa5d3a902d1f83b, 'click', function() {infowindow.open(map,m_42d2c59101dccaea5fa5d3a902d1f83b);});$marker.push(m_42d2c59101dccaea5fa5d3a902d1f83b);}});}google.maps.event.addDomListener(window, 'load', initialize);