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.7327,-97.7915)};var g_6cceede3107f53ac307e0cf2964d3070 = new google.maps.Geocoder();g_6cceede3107f53ac307e0cf2964d3070.geocode( { 'address': "1911 S Main St, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-fort-worth-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-fort-worth-community-credit-union'), mapOptions);}document.getElementById('9354404d').innerHTML += ' | View Map';var $l6cceede3107f53ac307e0cf2964d3070 = '

Fort Worth Community Credit Union

Address: 1911 S Main St, Weatherford, TX 76086, USA
Phone: (817) 835-5000
';var m_6cceede3107f53ac307e0cf2964d3070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Worth Community Credit Union',});m_6cceede3107f53ac307e0cf2964d3070['infowindow'] = new google.maps.InfoWindow({content: $l6cceede3107f53ac307e0cf2964d3070});var infowindow = new google.maps.InfoWindow({content: $l6cceede3107f53ac307e0cf2964d3070});google.maps.event.addListener(m_6cceede3107f53ac307e0cf2964d3070, 'click', function() {infowindow.open(map,m_6cceede3107f53ac307e0cf2964d3070);});$marker.push(m_6cceede3107f53ac307e0cf2964d3070);}});}google.maps.event.addDomListener(window, 'load', initialize);