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.8917,-97.2576)};var g_70fc06079a45761ebe7f10f935d92b5c = new google.maps.Geocoder();g_70fc06079a45761ebe7f10f935d92b5c.geocode( { 'address': "8024 Denton Hwy, Watauga, TX 76148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watauga-TX-southside-bank').style.display = '';map = new google.maps.Map(document.getElementById('watauga-TX-southside-bank'), mapOptions);}document.getElementById('440e5560').innerHTML += ' | View Map';var $l70fc06079a45761ebe7f10f935d92b5c = '

Southside Bank

Address: 8024 Denton Hwy, Watauga, TX 76148, USA
Phone: (817) 367-5414
';var m_70fc06079a45761ebe7f10f935d92b5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southside Bank',});m_70fc06079a45761ebe7f10f935d92b5c['infowindow'] = new google.maps.InfoWindow({content: $l70fc06079a45761ebe7f10f935d92b5c});var infowindow = new google.maps.InfoWindow({content: $l70fc06079a45761ebe7f10f935d92b5c});google.maps.event.addListener(m_70fc06079a45761ebe7f10f935d92b5c, 'click', function() {infowindow.open(map,m_70fc06079a45761ebe7f10f935d92b5c);});$marker.push(m_70fc06079a45761ebe7f10f935d92b5c);}});}google.maps.event.addDomListener(window, 'load', initialize);