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.8136,-88.8761)};var g_ddffd490d40ec585d5f5b446a0b3424a = new google.maps.Geocoder();g_ddffd490d40ec585d5f5b446a0b3424a.geocode( { 'address': "2360 Mount Zion Rd, Decatur, IL 62521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-IL-atm').style.display = '';map = new google.maps.Map(document.getElementById('decatur-IL-atm'), mapOptions);}document.getElementById('f79bb88f').innerHTML += ' | View Map';var $lddffd490d40ec585d5f5b446a0b3424a = '

ATM

Address: 2360 Mount Zion Rd, Decatur, IL 62521, USA
Phone:
';var m_ddffd490d40ec585d5f5b446a0b3424a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_ddffd490d40ec585d5f5b446a0b3424a['infowindow'] = new google.maps.InfoWindow({content: $lddffd490d40ec585d5f5b446a0b3424a});var infowindow = new google.maps.InfoWindow({content: $lddffd490d40ec585d5f5b446a0b3424a});google.maps.event.addListener(m_ddffd490d40ec585d5f5b446a0b3424a, 'click', function() {infowindow.open(map,m_ddffd490d40ec585d5f5b446a0b3424a);});$marker.push(m_ddffd490d40ec585d5f5b446a0b3424a);}});}google.maps.event.addDomListener(window, 'load', initialize);