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.1463,-87.8637)};var g_569ff987c643b4bedf504efda8f786c2 = new google.maps.Geocoder();g_569ff987c643b4bedf504efda8f786c2.geocode( { 'address': "395 N Kinzie Ave, Bradley, IL 60915"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradley-IL-fieldstone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bradley-IL-fieldstone-credit-union'), mapOptions);}document.getElementById('724e62e5').innerHTML += ' | View Map';var $l569ff987c643b4bedf504efda8f786c2 = '

Fieldstone Credit Union

Address: 395 N Kinzie Ave, Bradley, IL 60915
Phone: (815) 929-1870
';var m_569ff987c643b4bedf504efda8f786c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fieldstone Credit Union',});m_569ff987c643b4bedf504efda8f786c2['infowindow'] = new google.maps.InfoWindow({content: $l569ff987c643b4bedf504efda8f786c2});var infowindow = new google.maps.InfoWindow({content: $l569ff987c643b4bedf504efda8f786c2});google.maps.event.addListener(m_569ff987c643b4bedf504efda8f786c2, 'click', function() {infowindow.open(map,m_569ff987c643b4bedf504efda8f786c2);});$marker.push(m_569ff987c643b4bedf504efda8f786c2);}});}google.maps.event.addDomListener(window, 'load', initialize);