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.6421,-94.5388)};var g_1a2fa3b60557d9f5bc28871dc6d4c6d9 = new google.maps.Geocoder();g_1a2fa3b60557d9f5bc28871dc6d4c6d9.geocode( { 'address': "17045 State Highway 154, Harleton, TX 75651"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harleton-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('harleton-TX-first-national-bank'), mapOptions);}document.getElementById('0685a08e').innerHTML += ' | View Map';var $l1a2fa3b60557d9f5bc28871dc6d4c6d9 = '

First National Bank

Address: 17045 State Highway 154, Harleton, TX 75651
Phone: (903) 777-3532
';var m_1a2fa3b60557d9f5bc28871dc6d4c6d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_1a2fa3b60557d9f5bc28871dc6d4c6d9['infowindow'] = new google.maps.InfoWindow({content: $l1a2fa3b60557d9f5bc28871dc6d4c6d9});var infowindow = new google.maps.InfoWindow({content: $l1a2fa3b60557d9f5bc28871dc6d4c6d9});google.maps.event.addListener(m_1a2fa3b60557d9f5bc28871dc6d4c6d9, 'click', function() {infowindow.open(map,m_1a2fa3b60557d9f5bc28871dc6d4c6d9);});$marker.push(m_1a2fa3b60557d9f5bc28871dc6d4c6d9);}});}google.maps.event.addDomListener(window, 'load', initialize);