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.1186,-95.5956)};var g_aad21787ac6487a4c71234ac4141e1a8 = new google.maps.Geocoder();g_aad21787ac6487a4c71234ac4141e1a8.geocode( { 'address': "1226 S Broadway St, Sulphur Springs, TX 75482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-springs-TX-alliance-bank---southtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-springs-TX-alliance-bank---southtown-branch'), mapOptions);}document.getElementById('c130c523').innerHTML += ' | View Map';var $laad21787ac6487a4c71234ac4141e1a8 = '

Alliance Bank - Southtown Branch

Address: 1226 S Broadway St, Sulphur Springs, TX 75482, USA
Phone: (903) 885-2187
';var m_aad21787ac6487a4c71234ac4141e1a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Bank - Southtown Branch',});m_aad21787ac6487a4c71234ac4141e1a8['infowindow'] = new google.maps.InfoWindow({content: $laad21787ac6487a4c71234ac4141e1a8});var infowindow = new google.maps.InfoWindow({content: $laad21787ac6487a4c71234ac4141e1a8});google.maps.event.addListener(m_aad21787ac6487a4c71234ac4141e1a8, 'click', function() {infowindow.open(map,m_aad21787ac6487a4c71234ac4141e1a8);});$marker.push(m_aad21787ac6487a4c71234ac4141e1a8);}});}google.maps.event.addDomListener(window, 'load', initialize);