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.7921,-89.6876)};var g_be120ecdf2621dac514e1197276e0f5a = new google.maps.Geocoder();g_be120ecdf2621dac514e1197276e0f5a.geocode( { 'address': "12515 State Route 143, Highland, IL 62249"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-IL-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('highland-IL-regions-bank'), mapOptions);}document.getElementById('1fb4e314').innerHTML += ' | View Map';var $lbe120ecdf2621dac514e1197276e0f5a = '

Regions Bank

Address: 12515 State Route 143, Highland, IL 62249
Phone: (618) 654-4511
';var m_be120ecdf2621dac514e1197276e0f5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_be120ecdf2621dac514e1197276e0f5a['infowindow'] = new google.maps.InfoWindow({content: $lbe120ecdf2621dac514e1197276e0f5a});var infowindow = new google.maps.InfoWindow({content: $lbe120ecdf2621dac514e1197276e0f5a});google.maps.event.addListener(m_be120ecdf2621dac514e1197276e0f5a, 'click', function() {infowindow.open(map,m_be120ecdf2621dac514e1197276e0f5a);});$marker.push(m_be120ecdf2621dac514e1197276e0f5a);}});}google.maps.event.addDomListener(window, 'load', initialize);