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.862,-86.4844)};var g_022ab423f035b47ac0af5046c51ed093 = new google.maps.Geocoder();g_022ab423f035b47ac0af5046c51ed093.geocode( { 'address': "1501 J St, Bedford, IN 47421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-IN-regions-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bedford-IN-regions-bank-atm'), mapOptions);}document.getElementById('5a56db4d').innerHTML += ' | View Map';var $l022ab423f035b47ac0af5046c51ed093 = '

Regions Bank ATM

Address: 1501 J St, Bedford, IN 47421, USA
Phone: (800) 734-4667
';var m_022ab423f035b47ac0af5046c51ed093 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank ATM',});m_022ab423f035b47ac0af5046c51ed093['infowindow'] = new google.maps.InfoWindow({content: $l022ab423f035b47ac0af5046c51ed093});var infowindow = new google.maps.InfoWindow({content: $l022ab423f035b47ac0af5046c51ed093});google.maps.event.addListener(m_022ab423f035b47ac0af5046c51ed093, 'click', function() {infowindow.open(map,m_022ab423f035b47ac0af5046c51ed093);});$marker.push(m_022ab423f035b47ac0af5046c51ed093);}});}google.maps.event.addDomListener(window, 'load', initialize);