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.1155,-94.1701)};var g_7812d18c11eba4daf3953e61cffd4028 = new google.maps.Geocoder();g_7812d18c11eba4daf3953e61cffd4028.geocode( { 'address': "107 US Highway 59, Atlanta, TX 75551"}, 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('00b95691').innerHTML += ' | View Map';var $l7812d18c11eba4daf3953e61cffd4028 = '

Capital One Bank

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