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.0819,-81.4994)};var g_be08c42f43afd0a9e1e766c5c80a4b9f = new google.maps.Geocoder();g_be08c42f43afd0a9e1e766c5c80a4b9f.geocode( { 'address': "525 E Market St, Akron, OH 44304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-first-merit-atm').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-first-merit-atm'), mapOptions);}document.getElementById('92ace2ab').innerHTML += ' | View Map';var $lbe08c42f43afd0a9e1e766c5c80a4b9f = '

First Merit Atm

Address: 525 E Market St, Akron, OH 44304, USA
Phone:
';var m_be08c42f43afd0a9e1e766c5c80a4b9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merit Atm',});m_be08c42f43afd0a9e1e766c5c80a4b9f['infowindow'] = new google.maps.InfoWindow({content: $lbe08c42f43afd0a9e1e766c5c80a4b9f});var infowindow = new google.maps.InfoWindow({content: $lbe08c42f43afd0a9e1e766c5c80a4b9f});google.maps.event.addListener(m_be08c42f43afd0a9e1e766c5c80a4b9f, 'click', function() {infowindow.open(map,m_be08c42f43afd0a9e1e766c5c80a4b9f);});$marker.push(m_be08c42f43afd0a9e1e766c5c80a4b9f);}});}google.maps.event.addDomListener(window, 'load', initialize);