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(32.8812,-100.127)};var g_f3e48601803a6b122fd4becc58950df7 = new google.maps.Geocoder();g_f3e48601803a6b122fd4becc58950df7.geocode( { 'address': "231 S Central Ave, Hamlin, TX 79520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamlin-TX-hamlin-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamlin-TX-hamlin-national-bank'), mapOptions);}document.getElementById('747b4329').innerHTML += ' | View Map';var $lf3e48601803a6b122fd4becc58950df7 = '

Hamlin National Bank

Address: 231 S Central Ave, Hamlin, TX 79520
Phone: (325) 576-2731
';var m_f3e48601803a6b122fd4becc58950df7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamlin National Bank',});m_f3e48601803a6b122fd4becc58950df7['infowindow'] = new google.maps.InfoWindow({content: $lf3e48601803a6b122fd4becc58950df7});var infowindow = new google.maps.InfoWindow({content: $lf3e48601803a6b122fd4becc58950df7});google.maps.event.addListener(m_f3e48601803a6b122fd4becc58950df7, 'click', function() {infowindow.open(map,m_f3e48601803a6b122fd4becc58950df7);});$marker.push(m_f3e48601803a6b122fd4becc58950df7);}});}google.maps.event.addDomListener(window, 'load', initialize);