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.3669,-94.8693)};var g_493ee268b86fdedabcc6b49949174b90 = new google.maps.Geocoder();g_493ee268b86fdedabcc6b49949174b90.geocode( { 'address': "2411 S Henderson Blvd, Kilgore, TX 75662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kilgore-TX-citizens-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('kilgore-TX-citizens-national-bank-atm'), mapOptions);}document.getElementById('9255bdbe').innerHTML += ' | View Map';var $l493ee268b86fdedabcc6b49949174b90 = '

Citizens National Bank ATM

Address: 2411 S Henderson Blvd, Kilgore, TX 75662, USA
Phone: (877) 566-2621
';var m_493ee268b86fdedabcc6b49949174b90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank ATM',});m_493ee268b86fdedabcc6b49949174b90['infowindow'] = new google.maps.InfoWindow({content: $l493ee268b86fdedabcc6b49949174b90});var infowindow = new google.maps.InfoWindow({content: $l493ee268b86fdedabcc6b49949174b90});google.maps.event.addListener(m_493ee268b86fdedabcc6b49949174b90, 'click', function() {infowindow.open(map,m_493ee268b86fdedabcc6b49949174b90);});$marker.push(m_493ee268b86fdedabcc6b49949174b90);}});}google.maps.event.addDomListener(window, 'load', initialize);