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(33.0577,-96.7375)};var g_98c153eda30b9d78a78fb3cccae14eb7 = new google.maps.Geocoder();g_98c153eda30b9d78a78fb3cccae14eb7.geocode( { 'address': "1101 E Plano Pkwy, Plano, TX 75074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-american-national-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-american-national-bank-texas'), mapOptions);}document.getElementById('1e434ce7').innerHTML += ' | View Map';var $l98c153eda30b9d78a78fb3cccae14eb7 = '

American National Bank-Texas

Address: 1101 E Plano Pkwy, Plano, TX 75074
Phone: (972) 309-0001
';var m_98c153eda30b9d78a78fb3cccae14eb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank-Texas',});m_98c153eda30b9d78a78fb3cccae14eb7['infowindow'] = new google.maps.InfoWindow({content: $l98c153eda30b9d78a78fb3cccae14eb7});var infowindow = new google.maps.InfoWindow({content: $l98c153eda30b9d78a78fb3cccae14eb7});google.maps.event.addListener(m_98c153eda30b9d78a78fb3cccae14eb7, 'click', function() {infowindow.open(map,m_98c153eda30b9d78a78fb3cccae14eb7);});$marker.push(m_98c153eda30b9d78a78fb3cccae14eb7);}});}google.maps.event.addDomListener(window, 'load', initialize);