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(41.0962,-85.1559)};var g_f155ac5c226e8768af958b4cbd4971b9 = new google.maps.Geocoder();g_f155ac5c226e8768af958b4cbd4971b9.geocode( { 'address': "1020 W State Blvd, Fort Wayne, IN 46808, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-city-trust-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-city-trust-federal-credit-union'), mapOptions);}document.getElementById('11b479e9').innerHTML += ' | View Map';var $lf155ac5c226e8768af958b4cbd4971b9 = '

City Trust Federal Credit Union

Address: 1020 W State Blvd, Fort Wayne, IN 46808, USA
Phone: (260) 483-5661
';var m_f155ac5c226e8768af958b4cbd4971b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Trust Federal Credit Union',});m_f155ac5c226e8768af958b4cbd4971b9['infowindow'] = new google.maps.InfoWindow({content: $lf155ac5c226e8768af958b4cbd4971b9});var infowindow = new google.maps.InfoWindow({content: $lf155ac5c226e8768af958b4cbd4971b9});google.maps.event.addListener(m_f155ac5c226e8768af958b4cbd4971b9, 'click', function() {infowindow.open(map,m_f155ac5c226e8768af958b4cbd4971b9);});$marker.push(m_f155ac5c226e8768af958b4cbd4971b9);}});}google.maps.event.addDomListener(window, 'load', initialize);