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.3584,-85.0708)};var g_66cb6426d35b1ac0e10146a297646e4b = new google.maps.Geocoder();g_66cb6426d35b1ac0e10146a297646e4b.geocode( { 'address': "1302 S Grandstaff Dr, Auburn, IN 46706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-IN-fort-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-IN-fort-financial-credit-union'), mapOptions);}document.getElementById('cde71205').innerHTML += ' | View Map';var $l66cb6426d35b1ac0e10146a297646e4b = '

Fort Financial Credit Union

Address: 1302 S Grandstaff Dr, Auburn, IN 46706, USA
Phone: (260) 925-3756
';var m_66cb6426d35b1ac0e10146a297646e4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Financial Credit Union',});m_66cb6426d35b1ac0e10146a297646e4b['infowindow'] = new google.maps.InfoWindow({content: $l66cb6426d35b1ac0e10146a297646e4b});var infowindow = new google.maps.InfoWindow({content: $l66cb6426d35b1ac0e10146a297646e4b});google.maps.event.addListener(m_66cb6426d35b1ac0e10146a297646e4b, 'click', function() {infowindow.open(map,m_66cb6426d35b1ac0e10146a297646e4b);});$marker.push(m_66cb6426d35b1ac0e10146a297646e4b);}});}google.maps.event.addDomListener(window, 'load', initialize);