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.9205,-93.9979)};var g_e528276449a0d2b71d70314404e1e252 = new google.maps.Geocoder();g_e528276449a0d2b71d70314404e1e252.geocode( { 'address': "301 E Houston St, Jasper, TX 75951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-TX-first-national-bank-of-jasper').style.display = '';map = new google.maps.Map(document.getElementById('jasper-TX-first-national-bank-of-jasper'), mapOptions);}document.getElementById('ae1f770e').innerHTML += ' | View Map';var $le528276449a0d2b71d70314404e1e252 = '

First National Bank of Jasper

Address: 301 E Houston St, Jasper, TX 75951, USA
Phone: (409) 384-3486
';var m_e528276449a0d2b71d70314404e1e252 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Jasper',});m_e528276449a0d2b71d70314404e1e252['infowindow'] = new google.maps.InfoWindow({content: $le528276449a0d2b71d70314404e1e252});var infowindow = new google.maps.InfoWindow({content: $le528276449a0d2b71d70314404e1e252});google.maps.event.addListener(m_e528276449a0d2b71d70314404e1e252, 'click', function() {infowindow.open(map,m_e528276449a0d2b71d70314404e1e252);});$marker.push(m_e528276449a0d2b71d70314404e1e252);}});}google.maps.event.addDomListener(window, 'load', initialize);