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.7803,-97.5827)};var g_01065cc12a9d7a950be0386ba0e43157 = new google.maps.Geocoder();g_01065cc12a9d7a950be0386ba0e43157.geocode( { 'address': "1203 W 5th St, Clifton, TX 76634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-TX-creed-capital').style.display = '';map = new google.maps.Map(document.getElementById('clifton-TX-creed-capital'), mapOptions);}document.getElementById('a9110aeb').innerHTML += ' | View Map';var $l01065cc12a9d7a950be0386ba0e43157 = '

Creed Capital

Address: 1203 W 5th St, Clifton, TX 76634, USA
Phone: (254) 675-3053
';var m_01065cc12a9d7a950be0386ba0e43157 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Creed Capital',});m_01065cc12a9d7a950be0386ba0e43157['infowindow'] = new google.maps.InfoWindow({content: $l01065cc12a9d7a950be0386ba0e43157});var infowindow = new google.maps.InfoWindow({content: $l01065cc12a9d7a950be0386ba0e43157});google.maps.event.addListener(m_01065cc12a9d7a950be0386ba0e43157, 'click', function() {infowindow.open(map,m_01065cc12a9d7a950be0386ba0e43157);});$marker.push(m_01065cc12a9d7a950be0386ba0e43157);}});}google.maps.event.addDomListener(window, 'load', initialize);