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.114,-94.1833)};var g_d7255c333ae2b9e49d0aa6159838d836 = new google.maps.Geocoder();g_d7255c333ae2b9e49d0aa6159838d836.geocode( { 'address': "107 US-59, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-capital-one-bank'), mapOptions);}document.getElementById('380dbcd3').innerHTML += ' | View Map';var $ld7255c333ae2b9e49d0aa6159838d836 = '

Capital One Bank

Address: 107 US-59, Atlanta, TX 75551, USA
Phone: (903) 796-1800
';var m_d7255c333ae2b9e49d0aa6159838d836 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_d7255c333ae2b9e49d0aa6159838d836['infowindow'] = new google.maps.InfoWindow({content: $ld7255c333ae2b9e49d0aa6159838d836});var infowindow = new google.maps.InfoWindow({content: $ld7255c333ae2b9e49d0aa6159838d836});google.maps.event.addListener(m_d7255c333ae2b9e49d0aa6159838d836, 'click', function() {infowindow.open(map,m_d7255c333ae2b9e49d0aa6159838d836);});$marker.push(m_d7255c333ae2b9e49d0aa6159838d836);}});}google.maps.event.addDomListener(window, 'load', initialize);