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.4366,-94.0199)};var g_5f59e50d07465cc328132f91bc67f486 = new google.maps.Geocoder();g_5f59e50d07465cc328132f91bc67f486.geocode( { 'address': "1301 Arkansas Blvd, Texarkana, AR 71854"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-AR-century-bank').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-AR-century-bank'), mapOptions);}document.getElementById('6914cb92').innerHTML += ' | View Map';var $l5f59e50d07465cc328132f91bc67f486 = '

Century Bank

Address: 1301 Arkansas Blvd, Texarkana, AR 71854
Phone: (870) 774-5505
';var m_5f59e50d07465cc328132f91bc67f486 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank',});m_5f59e50d07465cc328132f91bc67f486['infowindow'] = new google.maps.InfoWindow({content: $l5f59e50d07465cc328132f91bc67f486});var infowindow = new google.maps.InfoWindow({content: $l5f59e50d07465cc328132f91bc67f486});google.maps.event.addListener(m_5f59e50d07465cc328132f91bc67f486, 'click', function() {infowindow.open(map,m_5f59e50d07465cc328132f91bc67f486);});$marker.push(m_5f59e50d07465cc328132f91bc67f486);}});}google.maps.event.addDomListener(window, 'load', initialize);