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.7318,-89.9052)};var g_47a3ca0821bb3906081b7073038d350b = new google.maps.Geocoder();g_47a3ca0821bb3906081b7073038d350b.geocode( { 'address': "100 McDonald Dr, Troy, IL 62294, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-IL-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-IL-regions-bank'), mapOptions);}document.getElementById('5f21d341').innerHTML += ' | View Map';var $l47a3ca0821bb3906081b7073038d350b = '

Regions Bank

Address: 100 McDonald Dr, Troy, IL 62294, USA
Phone: (800) 734-4667
';var m_47a3ca0821bb3906081b7073038d350b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_47a3ca0821bb3906081b7073038d350b['infowindow'] = new google.maps.InfoWindow({content: $l47a3ca0821bb3906081b7073038d350b});var infowindow = new google.maps.InfoWindow({content: $l47a3ca0821bb3906081b7073038d350b});google.maps.event.addListener(m_47a3ca0821bb3906081b7073038d350b, 'click', function() {infowindow.open(map,m_47a3ca0821bb3906081b7073038d350b);});$marker.push(m_47a3ca0821bb3906081b7073038d350b);}});}google.maps.event.addDomListener(window, 'load', initialize);