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(40.4163,-86.5952)};var g_28383c755009c4109567575bcc92fe56 = new google.maps.Geocoder();g_28383c755009c4109567575bcc92fe56.geocode( { 'address': "15 S Plank St, Rossville, IN 46065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rossville-IN-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('rossville-IN-atm-regions-bank'), mapOptions);}document.getElementById('ae9eb97e').innerHTML += ' | View Map';var $l28383c755009c4109567575bcc92fe56 = '

ATM (Regions Bank)

Address: 15 S Plank St, Rossville, IN 46065, USA
Phone:
';var m_28383c755009c4109567575bcc92fe56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_28383c755009c4109567575bcc92fe56['infowindow'] = new google.maps.InfoWindow({content: $l28383c755009c4109567575bcc92fe56});var infowindow = new google.maps.InfoWindow({content: $l28383c755009c4109567575bcc92fe56});google.maps.event.addListener(m_28383c755009c4109567575bcc92fe56, 'click', function() {infowindow.open(map,m_28383c755009c4109567575bcc92fe56);});$marker.push(m_28383c755009c4109567575bcc92fe56);}});}google.maps.event.addDomListener(window, 'load', initialize);