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(39.8878,-83.001)};var g_c5a2099fc7105a8850737e7ed2998b2c = new google.maps.Geocoder();g_c5a2099fc7105a8850737e7ed2998b2c.geocode( { 'address': "3637 S High St, Columbus, OH 43207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-us-bank-atm---great-southern-kroger').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-us-bank-atm---great-southern-kroger'), mapOptions);}document.getElementById('8fde8bb6').innerHTML += ' | View Map';var $lc5a2099fc7105a8850737e7ed2998b2c = '

U.S. Bank ATM - Great Southern Kroger

Address: 3637 S High St, Columbus, OH 43207, USA
Phone: (800) 872-2657
';var m_c5a2099fc7105a8850737e7ed2998b2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Great Southern Kroger',});m_c5a2099fc7105a8850737e7ed2998b2c['infowindow'] = new google.maps.InfoWindow({content: $lc5a2099fc7105a8850737e7ed2998b2c});var infowindow = new google.maps.InfoWindow({content: $lc5a2099fc7105a8850737e7ed2998b2c});google.maps.event.addListener(m_c5a2099fc7105a8850737e7ed2998b2c, 'click', function() {infowindow.open(map,m_c5a2099fc7105a8850737e7ed2998b2c);});$marker.push(m_c5a2099fc7105a8850737e7ed2998b2c);}});}google.maps.event.addDomListener(window, 'load', initialize);