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.4245,-94.1023)};var g_4358ab95cb27567e26506578595af128 = new google.maps.Geocoder();g_4358ab95cb27567e26506578595af128.geocode( { 'address': "3625 Richmond Rd, Texarkana, TX 75503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-first-bank'), mapOptions);}document.getElementById('1250d81e').innerHTML += ' | View Map';var $l4358ab95cb27567e26506578595af128 = '

First Bank

Address: 3625 Richmond Rd, Texarkana, TX 75503
Phone: (903) 793-6955
';var m_4358ab95cb27567e26506578595af128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_4358ab95cb27567e26506578595af128['infowindow'] = new google.maps.InfoWindow({content: $l4358ab95cb27567e26506578595af128});var infowindow = new google.maps.InfoWindow({content: $l4358ab95cb27567e26506578595af128});google.maps.event.addListener(m_4358ab95cb27567e26506578595af128, 'click', function() {infowindow.open(map,m_4358ab95cb27567e26506578595af128);});$marker.push(m_4358ab95cb27567e26506578595af128);}});}google.maps.event.addDomListener(window, 'load', initialize);