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.8925,-80.6939)};var g_a6fdf54875e408e2e07c374d7bd23f91 = new google.maps.Geocoder();g_a6fdf54875e408e2e07c374d7bd23f91.geocode( { 'address': "235 N Main St, Columbiana, OH 44408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbiana-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbiana-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('d5d049bf').innerHTML += ' | View Map';var $la6fdf54875e408e2e07c374d7bd23f91 = '

ATM (Huntington National Bank)

Address: 235 N Main St, Columbiana, OH 44408, USA
Phone:
';var m_a6fdf54875e408e2e07c374d7bd23f91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_a6fdf54875e408e2e07c374d7bd23f91['infowindow'] = new google.maps.InfoWindow({content: $la6fdf54875e408e2e07c374d7bd23f91});var infowindow = new google.maps.InfoWindow({content: $la6fdf54875e408e2e07c374d7bd23f91});google.maps.event.addListener(m_a6fdf54875e408e2e07c374d7bd23f91, 'click', function() {infowindow.open(map,m_a6fdf54875e408e2e07c374d7bd23f91);});$marker.push(m_a6fdf54875e408e2e07c374d7bd23f91);}});}google.maps.event.addDomListener(window, 'load', initialize);