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.5225,-97.3474)};var g_b6274656d611fbbe63c84399a9633399 = new google.maps.Geocoder();g_b6274656d611fbbe63c84399a9633399.geocode( { 'address': "1456 SW Wilshire Blvd, Burleson, TX 76028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burleson-TX-fort-worth-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('burleson-TX-fort-worth-community-cu'), mapOptions);}document.getElementById('d70e183d').innerHTML += ' | View Map';var $lb6274656d611fbbe63c84399a9633399 = '

Fort Worth Community Cu

Address: 1456 SW Wilshire Blvd, Burleson, TX 76028, USA
Phone: (817) 835-5000
';var m_b6274656d611fbbe63c84399a9633399 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Worth Community Cu',});m_b6274656d611fbbe63c84399a9633399['infowindow'] = new google.maps.InfoWindow({content: $lb6274656d611fbbe63c84399a9633399});var infowindow = new google.maps.InfoWindow({content: $lb6274656d611fbbe63c84399a9633399});google.maps.event.addListener(m_b6274656d611fbbe63c84399a9633399, 'click', function() {infowindow.open(map,m_b6274656d611fbbe63c84399a9633399);});$marker.push(m_b6274656d611fbbe63c84399a9633399);}});}google.maps.event.addDomListener(window, 'load', initialize);