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.2887,-88.2576)};var g_d4535535b455dd9b910ba56286a4d8f5 = new google.maps.Geocoder();g_d4535535b455dd9b910ba56286a4d8f5.geocode( { 'address': "1800 Main St, Diamond, IL 60416, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('diamond-IL-financial-plus-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('diamond-IL-financial-plus-credit-union'), mapOptions);}document.getElementById('a58e54ae').innerHTML += ' | View Map';var $ld4535535b455dd9b910ba56286a4d8f5 = '

Financial Plus Credit Union

Address: 1800 Main St, Diamond, IL 60416, USA
Phone: (815) 634-0910
';var m_d4535535b455dd9b910ba56286a4d8f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Plus Credit Union',});m_d4535535b455dd9b910ba56286a4d8f5['infowindow'] = new google.maps.InfoWindow({content: $ld4535535b455dd9b910ba56286a4d8f5});var infowindow = new google.maps.InfoWindow({content: $ld4535535b455dd9b910ba56286a4d8f5});google.maps.event.addListener(m_d4535535b455dd9b910ba56286a4d8f5, 'click', function() {infowindow.open(map,m_d4535535b455dd9b910ba56286a4d8f5);});$marker.push(m_d4535535b455dd9b910ba56286a4d8f5);}});}google.maps.event.addDomListener(window, 'load', initialize);