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.6935,-97.6023)};var g_209d8d43fd8719ac5510d929441ed101 = new google.maps.Geocoder();g_209d8d43fd8719ac5510d929441ed101.geocode( { 'address': "301 FM 1187, Aledo, TX 76008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aledo-TX-aledo-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aledo-TX-aledo-national-bank'), mapOptions);}document.getElementById('ad265e73').innerHTML += ' | View Map';var $l209d8d43fd8719ac5510d929441ed101 = '

Aledo National Bank

Address: 301 FM 1187, Aledo, TX 76008, USA
Phone: (817) 441-5200
';var m_209d8d43fd8719ac5510d929441ed101 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aledo National Bank',});m_209d8d43fd8719ac5510d929441ed101['infowindow'] = new google.maps.InfoWindow({content: $l209d8d43fd8719ac5510d929441ed101});var infowindow = new google.maps.InfoWindow({content: $l209d8d43fd8719ac5510d929441ed101});google.maps.event.addListener(m_209d8d43fd8719ac5510d929441ed101, 'click', function() {infowindow.open(map,m_209d8d43fd8719ac5510d929441ed101);});$marker.push(m_209d8d43fd8719ac5510d929441ed101);}});}google.maps.event.addDomListener(window, 'load', initialize);