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.3285,-85.8194)};var g_f54278221f72a887f95547ed5e8b9c73 = new google.maps.Geocoder();g_f54278221f72a887f95547ed5e8b9c73.geocode( { 'address': "3401 Grant Line Rd, New Albany, IN 47150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-IN-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-IN-atm-fifth-third-bank'), mapOptions);}document.getElementById('834fe064').innerHTML += ' | View Map';var $lf54278221f72a887f95547ed5e8b9c73 = '

ATM (Fifth Third Bank)

Address: 3401 Grant Line Rd, New Albany, IN 47150, USA
Phone:
';var m_f54278221f72a887f95547ed5e8b9c73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_f54278221f72a887f95547ed5e8b9c73['infowindow'] = new google.maps.InfoWindow({content: $lf54278221f72a887f95547ed5e8b9c73});var infowindow = new google.maps.InfoWindow({content: $lf54278221f72a887f95547ed5e8b9c73});google.maps.event.addListener(m_f54278221f72a887f95547ed5e8b9c73, 'click', function() {infowindow.open(map,m_f54278221f72a887f95547ed5e8b9c73);});$marker.push(m_f54278221f72a887f95547ed5e8b9c73);}});}google.maps.event.addDomListener(window, 'load', initialize);