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(38.5321,-89.137)};var g_97bed14a683cfd0065fd1a5613a1a205 = new google.maps.Geocoder();g_97bed14a683cfd0065fd1a5613a1a205.geocode( { 'address': "1324 W Broadway, Centralia, IL 62801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-IL-community-trust-bank-atm-offices').style.display = '';map = new google.maps.Map(document.getElementById('centralia-IL-community-trust-bank-atm-offices'), mapOptions);}document.getElementById('a99344e0').innerHTML += ' | View Map';var $l97bed14a683cfd0065fd1a5613a1a205 = '

Community Trust Bank ATM Offices

Address: 1324 W Broadway, Centralia, IL 62801
Phone: (618) 532-5599
';var m_97bed14a683cfd0065fd1a5613a1a205 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Trust Bank ATM Offices',});m_97bed14a683cfd0065fd1a5613a1a205['infowindow'] = new google.maps.InfoWindow({content: $l97bed14a683cfd0065fd1a5613a1a205});var infowindow = new google.maps.InfoWindow({content: $l97bed14a683cfd0065fd1a5613a1a205});google.maps.event.addListener(m_97bed14a683cfd0065fd1a5613a1a205, 'click', function() {infowindow.open(map,m_97bed14a683cfd0065fd1a5613a1a205);});$marker.push(m_97bed14a683cfd0065fd1a5613a1a205);}});}google.maps.event.addDomListener(window, 'load', initialize);