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.3391,-97.4258)};var g_d4588b64500a6723950f4c57bc8eccf6 = new google.maps.Geocoder();g_d4588b64500a6723950f4c57bc8eccf6.geocode( { 'address': "501 N Nolan River Rd, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-victory-investment-strategies').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-victory-investment-strategies'), mapOptions);}document.getElementById('0986848c').innerHTML += ' | View Map';var $ld4588b64500a6723950f4c57bc8eccf6 = '

Victory Investment Strategies

Address: 501 N Nolan River Rd, Cleburne, TX 76033, USA
Phone: (817) 645-6800
';var m_d4588b64500a6723950f4c57bc8eccf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Victory Investment Strategies',});m_d4588b64500a6723950f4c57bc8eccf6['infowindow'] = new google.maps.InfoWindow({content: $ld4588b64500a6723950f4c57bc8eccf6});var infowindow = new google.maps.InfoWindow({content: $ld4588b64500a6723950f4c57bc8eccf6});google.maps.event.addListener(m_d4588b64500a6723950f4c57bc8eccf6, 'click', function() {infowindow.open(map,m_d4588b64500a6723950f4c57bc8eccf6);});$marker.push(m_d4588b64500a6723950f4c57bc8eccf6);}});}google.maps.event.addDomListener(window, 'load', initialize);