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.7674,-88.3061)};var g_21260e960c42f13c051d7d2caa49748d = new google.maps.Geocoder();g_21260e960c42f13c051d7d2caa49748d.geocode( { 'address': "575 N Broadway, Aurora, IL 60505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-IL-fox-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aurora-IL-fox-valley-credit-union'), mapOptions);}document.getElementById('b2cb5995').innerHTML += ' | View Map';var $l21260e960c42f13c051d7d2caa49748d = '

Fox Valley Credit Union

Address: 575 N Broadway, Aurora, IL 60505, USA
Phone: (630) 859-2276
';var m_21260e960c42f13c051d7d2caa49748d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fox Valley Credit Union',});m_21260e960c42f13c051d7d2caa49748d['infowindow'] = new google.maps.InfoWindow({content: $l21260e960c42f13c051d7d2caa49748d});var infowindow = new google.maps.InfoWindow({content: $l21260e960c42f13c051d7d2caa49748d});google.maps.event.addListener(m_21260e960c42f13c051d7d2caa49748d, 'click', function() {infowindow.open(map,m_21260e960c42f13c051d7d2caa49748d);});$marker.push(m_21260e960c42f13c051d7d2caa49748d);}});}google.maps.event.addDomListener(window, 'load', initialize);