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.7941,-88.3658)};var g_38d293713c7d61963d583f339409abc3 = new google.maps.Geocoder();g_38d293713c7d61963d583f339409abc3.geocode( { 'address': "2245 Sequoia Dr, Aurora, IL 60506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-IL-farmers-insurance-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aurora-IL-farmers-insurance-federal-credit-union'), mapOptions);}document.getElementById('8fe81ce2').innerHTML += ' | View Map';var $l38d293713c7d61963d583f339409abc3 = '

Farmers Insurance Federal Credit Union

Address: 2245 Sequoia Dr, Aurora, IL 60506, USA
Phone: (800) 877-2345
';var m_38d293713c7d61963d583f339409abc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Insurance Federal Credit Union',});m_38d293713c7d61963d583f339409abc3['infowindow'] = new google.maps.InfoWindow({content: $l38d293713c7d61963d583f339409abc3});var infowindow = new google.maps.InfoWindow({content: $l38d293713c7d61963d583f339409abc3});google.maps.event.addListener(m_38d293713c7d61963d583f339409abc3, 'click', function() {infowindow.open(map,m_38d293713c7d61963d583f339409abc3);});$marker.push(m_38d293713c7d61963d583f339409abc3);}});}google.maps.event.addDomListener(window, 'load', initialize);