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(32.5078,-94.7389)};var g_75d35cbc5f99c52813b74637382852a4 = new google.maps.Geocoder();g_75d35cbc5f99c52813b74637382852a4.geocode( { 'address': "1111 Judson Rd, Longview, TX 75601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-TX-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('longview-TX-atm-capital-one-bank'), mapOptions);}document.getElementById('f839a968').innerHTML += ' | View Map';var $l75d35cbc5f99c52813b74637382852a4 = '

ATM (Capital One Bank)

Address: 1111 Judson Rd, Longview, TX 75601, USA
Phone:
';var m_75d35cbc5f99c52813b74637382852a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_75d35cbc5f99c52813b74637382852a4['infowindow'] = new google.maps.InfoWindow({content: $l75d35cbc5f99c52813b74637382852a4});var infowindow = new google.maps.InfoWindow({content: $l75d35cbc5f99c52813b74637382852a4});google.maps.event.addListener(m_75d35cbc5f99c52813b74637382852a4, 'click', function() {infowindow.open(map,m_75d35cbc5f99c52813b74637382852a4);});$marker.push(m_75d35cbc5f99c52813b74637382852a4);}});}google.maps.event.addDomListener(window, 'load', initialize);