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()};var g_a708e6694d15c224ba99ec44b5879802 = new google.maps.Geocoder();g_a708e6694d15c224ba99ec44b5879802.geocode( { 'address': "4400 Green Mount Crossing Dr, Shiloh, IL 62269"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shiloh-IL-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('shiloh-IL-commerce-bank'), mapOptions);}document.getElementById('1a3892b3').innerHTML += ' | View Map';var $la708e6694d15c224ba99ec44b5879802 = '

Commerce Bank

Address: 4400 Green Mount Crossing Dr, Shiloh, IL 62269
Phone: (618) 622-3100
';var m_a708e6694d15c224ba99ec44b5879802 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_a708e6694d15c224ba99ec44b5879802['infowindow'] = new google.maps.InfoWindow({content: $la708e6694d15c224ba99ec44b5879802});var infowindow = new google.maps.InfoWindow({content: $la708e6694d15c224ba99ec44b5879802});google.maps.event.addListener(m_a708e6694d15c224ba99ec44b5879802, 'click', function() {infowindow.open(map,m_a708e6694d15c224ba99ec44b5879802);});$marker.push(m_a708e6694d15c224ba99ec44b5879802);}});}google.maps.event.addDomListener(window, 'load', initialize);