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.1132,-94.1638)};var g_0c98ccf5d28b8c68111ed917e0a903f3 = new google.maps.Geocoder();g_0c98ccf5d28b8c68111ed917e0a903f3.geocode( { 'address': "204 E Main St, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-wells-fargo-bank'), mapOptions);}document.getElementById('73525d1e').innerHTML += ' | View Map';var $l0c98ccf5d28b8c68111ed917e0a903f3 = '

Wells Fargo Bank

Address: 204 E Main St, Atlanta, TX 75551, USA
Phone: (903) 223-1559
';var m_0c98ccf5d28b8c68111ed917e0a903f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_0c98ccf5d28b8c68111ed917e0a903f3['infowindow'] = new google.maps.InfoWindow({content: $l0c98ccf5d28b8c68111ed917e0a903f3});var infowindow = new google.maps.InfoWindow({content: $l0c98ccf5d28b8c68111ed917e0a903f3});google.maps.event.addListener(m_0c98ccf5d28b8c68111ed917e0a903f3, 'click', function() {infowindow.open(map,m_0c98ccf5d28b8c68111ed917e0a903f3);});$marker.push(m_0c98ccf5d28b8c68111ed917e0a903f3);}});}google.maps.event.addDomListener(window, 'load', initialize);