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.6241,-80.8311)};var g_92719f14dfebda38d8999dff58073c44 = new google.maps.Geocoder();g_92719f14dfebda38d8999dff58073c44.geocode( { 'address': "50 E Main St, Salineville, OH 43945, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salineville-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('salineville-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('ef5ea9da').innerHTML += ' | View Map';var $l92719f14dfebda38d8999dff58073c44 = '

ATM (Huntington National Bank)

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