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.5533,-97.1353)};var g_7746138685f3cd125b3ec80c1df50162 = new google.maps.Geocoder();g_7746138685f3cd125b3ec80c1df50162.geocode( { 'address': "900 Austin Ave #900, Waco, TX 76701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-southern-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-southern-financial-group'), mapOptions);}document.getElementById('d414b056').innerHTML += ' | View Map';var $l7746138685f3cd125b3ec80c1df50162 = '

Southern Financial Group

Address: 900 Austin Ave #900, Waco, TX 76701, USA
Phone: (254) 756-4411
';var m_7746138685f3cd125b3ec80c1df50162 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Financial Group',});m_7746138685f3cd125b3ec80c1df50162['infowindow'] = new google.maps.InfoWindow({content: $l7746138685f3cd125b3ec80c1df50162});var infowindow = new google.maps.InfoWindow({content: $l7746138685f3cd125b3ec80c1df50162});google.maps.event.addListener(m_7746138685f3cd125b3ec80c1df50162, 'click', function() {infowindow.open(map,m_7746138685f3cd125b3ec80c1df50162);});$marker.push(m_7746138685f3cd125b3ec80c1df50162);}});}google.maps.event.addDomListener(window, 'load', initialize);