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(31.5364,-97.1876)};var g_8867ec48fbcc84495a6646e57b0f04e2 = new google.maps.Geocoder();g_8867ec48fbcc84495a6646e57b0f04e2.geocode( { 'address': "4721 Bosque Blvd, Waco, TX 76710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-alliance-bank-central-texas').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-alliance-bank-central-texas'), mapOptions);}document.getElementById('4fe21eba').innerHTML += ' | View Map';var $l8867ec48fbcc84495a6646e57b0f04e2 = '

Alliance Bank Central Texas

Address: 4721 Bosque Blvd, Waco, TX 76710, USA
Phone: (254) 741-8000
';var m_8867ec48fbcc84495a6646e57b0f04e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Bank Central Texas',});m_8867ec48fbcc84495a6646e57b0f04e2['infowindow'] = new google.maps.InfoWindow({content: $l8867ec48fbcc84495a6646e57b0f04e2});var infowindow = new google.maps.InfoWindow({content: $l8867ec48fbcc84495a6646e57b0f04e2});google.maps.event.addListener(m_8867ec48fbcc84495a6646e57b0f04e2, 'click', function() {infowindow.open(map,m_8867ec48fbcc84495a6646e57b0f04e2);});$marker.push(m_8867ec48fbcc84495a6646e57b0f04e2);}});}google.maps.event.addDomListener(window, 'load', initialize);