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.7925,-95.6344)};var g_d70aaf1069fec18cb3786a7d96780aa1 = new google.maps.Geocoder();g_d70aaf1069fec18cb3786a7d96780aa1.geocode( { 'address': "7463 E US Highway 69, Alba, TX 75410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alba-TX-first-national-bank-of-emory').style.display = '';map = new google.maps.Map(document.getElementById('alba-TX-first-national-bank-of-emory'), mapOptions);}document.getElementById('b4be8f84').innerHTML += ' | View Map';var $ld70aaf1069fec18cb3786a7d96780aa1 = '

First National Bank Of Emory

Address: 7463 E US Highway 69, Alba, TX 75410
Phone: (903) 765-2920
';var m_d70aaf1069fec18cb3786a7d96780aa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Emory',});m_d70aaf1069fec18cb3786a7d96780aa1['infowindow'] = new google.maps.InfoWindow({content: $ld70aaf1069fec18cb3786a7d96780aa1});var infowindow = new google.maps.InfoWindow({content: $ld70aaf1069fec18cb3786a7d96780aa1});google.maps.event.addListener(m_d70aaf1069fec18cb3786a7d96780aa1, 'click', function() {infowindow.open(map,m_d70aaf1069fec18cb3786a7d96780aa1);});$marker.push(m_d70aaf1069fec18cb3786a7d96780aa1);}});}google.maps.event.addDomListener(window, 'load', initialize);