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(34.8211,-102.403)};var g_4a9db268f4d80243421c37dd05cdacdb = new google.maps.Geocoder();g_4a9db268f4d80243421c37dd05cdacdb.geocode( { 'address': "403 N 25 Mile Ave, Hereford, TX 79045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hereford-TX-first-national-bank-hereford').style.display = '';map = new google.maps.Map(document.getElementById('hereford-TX-first-national-bank-hereford'), mapOptions);}document.getElementById('ff96f49f').innerHTML += ' | View Map';var $l4a9db268f4d80243421c37dd05cdacdb = '

First National Bank-Hereford

Address: 403 N 25 Mile Ave, Hereford, TX 79045
Phone: (806) 360-2100
';var m_4a9db268f4d80243421c37dd05cdacdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Hereford',});m_4a9db268f4d80243421c37dd05cdacdb['infowindow'] = new google.maps.InfoWindow({content: $l4a9db268f4d80243421c37dd05cdacdb});var infowindow = new google.maps.InfoWindow({content: $l4a9db268f4d80243421c37dd05cdacdb});google.maps.event.addListener(m_4a9db268f4d80243421c37dd05cdacdb, 'click', function() {infowindow.open(map,m_4a9db268f4d80243421c37dd05cdacdb);});$marker.push(m_4a9db268f4d80243421c37dd05cdacdb);}});}google.maps.event.addDomListener(window, 'load', initialize);