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(41.3748,-83.6571)};var g_3700f81e99e91417c744c2ca59ba1631 = new google.maps.Geocoder();g_3700f81e99e91417c744c2ca59ba1631.geocode( { 'address': "525 W Wooster St, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('2e3c4b9a').innerHTML += ' | View Map';var $l3700f81e99e91417c744c2ca59ba1631 = '

ATM (Huntington National Bank)

Address: 525 W Wooster St, Bowling Green, OH 43402, USA
Phone:
';var m_3700f81e99e91417c744c2ca59ba1631 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_3700f81e99e91417c744c2ca59ba1631['infowindow'] = new google.maps.InfoWindow({content: $l3700f81e99e91417c744c2ca59ba1631});var infowindow = new google.maps.InfoWindow({content: $l3700f81e99e91417c744c2ca59ba1631});google.maps.event.addListener(m_3700f81e99e91417c744c2ca59ba1631, 'click', function() {infowindow.open(map,m_3700f81e99e91417c744c2ca59ba1631);});$marker.push(m_3700f81e99e91417c744c2ca59ba1631);}});}google.maps.event.addDomListener(window, 'load', initialize);