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(39.8294,-88.9401)};var g_7aa5f5d2d9d7a135cb7f6137e386a43d = new google.maps.Geocoder();g_7aa5f5d2d9d7a135cb7f6137e386a43d.geocode( { 'address': "1120 S Jasper St, Decatur, IL 62521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-IL-decatur-stanolind-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-IL-decatur-stanolind-credit-union'), mapOptions);}document.getElementById('6c0a4e39').innerHTML += ' | View Map';var $l7aa5f5d2d9d7a135cb7f6137e386a43d = '

Decatur Stanolind Credit Union

Address: 1120 S Jasper St, Decatur, IL 62521, USA
Phone: (217) 429-3340
';var m_7aa5f5d2d9d7a135cb7f6137e386a43d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Decatur Stanolind Credit Union',});m_7aa5f5d2d9d7a135cb7f6137e386a43d['infowindow'] = new google.maps.InfoWindow({content: $l7aa5f5d2d9d7a135cb7f6137e386a43d});var infowindow = new google.maps.InfoWindow({content: $l7aa5f5d2d9d7a135cb7f6137e386a43d});google.maps.event.addListener(m_7aa5f5d2d9d7a135cb7f6137e386a43d, 'click', function() {infowindow.open(map,m_7aa5f5d2d9d7a135cb7f6137e386a43d);});$marker.push(m_7aa5f5d2d9d7a135cb7f6137e386a43d);}});}google.maps.event.addDomListener(window, 'load', initialize);