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.5194,-80.8834)};var g_e76d8f12eb45458940120290becdee9c = new google.maps.Geocoder();g_e76d8f12eb45458940120290becdee9c.geocode( { 'address': "256 2nd St, Bergholz, OH 43908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bergholz-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bergholz-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('2a087dcd').innerHTML += ' | View Map';var $le76d8f12eb45458940120290becdee9c = '

ATM (Huntington National Bank)

Address: 256 2nd St, Bergholz, OH 43908, USA
Phone:
';var m_e76d8f12eb45458940120290becdee9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_e76d8f12eb45458940120290becdee9c['infowindow'] = new google.maps.InfoWindow({content: $le76d8f12eb45458940120290becdee9c});var infowindow = new google.maps.InfoWindow({content: $le76d8f12eb45458940120290becdee9c});google.maps.event.addListener(m_e76d8f12eb45458940120290becdee9c, 'click', function() {infowindow.open(map,m_e76d8f12eb45458940120290becdee9c);});$marker.push(m_e76d8f12eb45458940120290becdee9c);}});}google.maps.event.addDomListener(window, 'load', initialize);