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.9759,-82.8796)};var g_31400b5d823094b9526c6318c40bc135 = new google.maps.Geocoder();g_31400b5d823094b9526c6318c40bc135.geocode( { 'address': "4550 E Broad St, Whitehall, OH 43213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitehall-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('whitehall-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('f13ddc5f').innerHTML += ' | View Map';var $l31400b5d823094b9526c6318c40bc135 = '

ATM (Huntington National Bank)

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