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.8779,-84.1364)};var g_ae1ba53c03b1ef7386ff4f3e57553048 = new google.maps.Geocoder();g_ae1ba53c03b1ef7386ff4f3e57553048.geocode( { 'address': "8520 Old Troy Pike, Huber Heights, OH 45424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huber-heights-OH-us-bank-atm---huber-heights').style.display = '';map = new google.maps.Map(document.getElementById('huber-heights-OH-us-bank-atm---huber-heights'), mapOptions);}document.getElementById('16dbab44').innerHTML += ' | View Map';var $lae1ba53c03b1ef7386ff4f3e57553048 = '

U.S. Bank ATM - Huber Heights

Address: 8520 Old Troy Pike, Huber Heights, OH 45424, USA
Phone: (800) 872-2657
';var m_ae1ba53c03b1ef7386ff4f3e57553048 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Huber Heights',});m_ae1ba53c03b1ef7386ff4f3e57553048['infowindow'] = new google.maps.InfoWindow({content: $lae1ba53c03b1ef7386ff4f3e57553048});var infowindow = new google.maps.InfoWindow({content: $lae1ba53c03b1ef7386ff4f3e57553048});google.maps.event.addListener(m_ae1ba53c03b1ef7386ff4f3e57553048, 'click', function() {infowindow.open(map,m_ae1ba53c03b1ef7386ff4f3e57553048);});$marker.push(m_ae1ba53c03b1ef7386ff4f3e57553048);}});}google.maps.event.addDomListener(window, 'load', initialize);