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(31.6523,-89.5573)};var g_601b683b049d5d251a16ef9cc8c7eb01 = new google.maps.Geocoder();g_601b683b049d5d251a16ef9cc8c7eb01.geocode( { 'address': "503 Main St, Collins, MS 39428"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collins-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('collins-MS-regions-bank'), mapOptions);}document.getElementById('23102848').innerHTML += ' | View Map';var $l601b683b049d5d251a16ef9cc8c7eb01 = '

Regions Bank

Address: 503 Main St, Collins, MS 39428
Phone: (601) 765-8202
';var m_601b683b049d5d251a16ef9cc8c7eb01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_601b683b049d5d251a16ef9cc8c7eb01['infowindow'] = new google.maps.InfoWindow({content: $l601b683b049d5d251a16ef9cc8c7eb01});var infowindow = new google.maps.InfoWindow({content: $l601b683b049d5d251a16ef9cc8c7eb01});google.maps.event.addListener(m_601b683b049d5d251a16ef9cc8c7eb01, 'click', function() {infowindow.open(map,m_601b683b049d5d251a16ef9cc8c7eb01);});$marker.push(m_601b683b049d5d251a16ef9cc8c7eb01);}});}google.maps.event.addDomListener(window, 'load', initialize);