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.1389,-95.6011)};var g_689015a79b8cc0455971e7b1ec66252c = new google.maps.Geocoder();g_689015a79b8cc0455971e7b1ec66252c.geocode( { 'address': "100 Jefferson St W, 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---main-bank').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-springs-TX-alliance-bank---main-bank'), mapOptions);}document.getElementById('7b2c03a1').innerHTML += ' | View Map';var $l689015a79b8cc0455971e7b1ec66252c = '

Alliance Bank - Main Bank

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