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.7373,-97.3559)};var g_dd18682f51808f18976235ead572d2f4 = new google.maps.Geocoder();g_dd18682f51808f18976235ead572d2f4.geocode( { 'address': "2600 West Fwy, Fort Worth, TX 76102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-colonial-savings').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-colonial-savings'), mapOptions);}document.getElementById('4d353399').innerHTML += ' | View Map';var $ldd18682f51808f18976235ead572d2f4 = '

Colonial Savings

Address: 2600 West Fwy, Fort Worth, TX 76102, USA
Phone: (817) 390-2000
';var m_dd18682f51808f18976235ead572d2f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Savings',});m_dd18682f51808f18976235ead572d2f4['infowindow'] = new google.maps.InfoWindow({content: $ldd18682f51808f18976235ead572d2f4});var infowindow = new google.maps.InfoWindow({content: $ldd18682f51808f18976235ead572d2f4});google.maps.event.addListener(m_dd18682f51808f18976235ead572d2f4, 'click', function() {infowindow.open(map,m_dd18682f51808f18976235ead572d2f4);});$marker.push(m_dd18682f51808f18976235ead572d2f4);}});}google.maps.event.addDomListener(window, 'load', initialize);