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.0679,-85.1677)};var g_f2f9990bcda13be8771d656bf489dad5 = new google.maps.Geocoder();g_f2f9990bcda13be8771d656bf489dad5.geocode( { 'address': "6154 St Joe Center Rd, Fort Wayne, IN 46835"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-fire-police-city-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-fire-police-city-county-federal-credit-union'), mapOptions);}document.getElementById('32809953').innerHTML += ' | View Map';var $lf2f9990bcda13be8771d656bf489dad5 = '

Fire Police City County Federal Credit Union

Address: 6154 St Joe Center Rd, Fort Wayne, IN 46835
Phone: (260) 484-2102
';var m_f2f9990bcda13be8771d656bf489dad5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fire Police City County Federal Credit Union',});m_f2f9990bcda13be8771d656bf489dad5['infowindow'] = new google.maps.InfoWindow({content: $lf2f9990bcda13be8771d656bf489dad5});var infowindow = new google.maps.InfoWindow({content: $lf2f9990bcda13be8771d656bf489dad5});google.maps.event.addListener(m_f2f9990bcda13be8771d656bf489dad5, 'click', function() {infowindow.open(map,m_f2f9990bcda13be8771d656bf489dad5);});$marker.push(m_f2f9990bcda13be8771d656bf489dad5);}});}google.maps.event.addDomListener(window, 'load', initialize);