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.0151,-96.5389)};var g_36edd07c041a96bdae301581a711788b = new google.maps.Geocoder();g_36edd07c041a96bdae301581a711788b.geocode( { 'address': "Wylie, TX 75098, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wylie-TX-american-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wylie-TX-american-national-bank'), mapOptions);}document.getElementById('966f6c7b').innerHTML += ' | View Map';var $l36edd07c041a96bdae301581a711788b = '

American National Bank

Address: Wylie, TX 75098, USA
Phone:
';var m_36edd07c041a96bdae301581a711788b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank',});m_36edd07c041a96bdae301581a711788b['infowindow'] = new google.maps.InfoWindow({content: $l36edd07c041a96bdae301581a711788b});var infowindow = new google.maps.InfoWindow({content: $l36edd07c041a96bdae301581a711788b});google.maps.event.addListener(m_36edd07c041a96bdae301581a711788b, 'click', function() {infowindow.open(map,m_36edd07c041a96bdae301581a711788b);});$marker.push(m_36edd07c041a96bdae301581a711788b);}});}google.maps.event.addDomListener(window, 'load', initialize);