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.2379,-81.818)};var g_e7db401d97d6bd630d6a833009ff3ded = new google.maps.Geocoder();g_e7db401d97d6bd630d6a833009ff3ded.geocode( { 'address': "3680 Center Rd, Brunswick, OH 44212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-OH-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-OH-atm-key-bank'), mapOptions);}document.getElementById('c3f549f9').innerHTML += ' | View Map';var $le7db401d97d6bd630d6a833009ff3ded = '

ATM (Key Bank)

Address: 3680 Center Rd, Brunswick, OH 44212, USA
Phone:
';var m_e7db401d97d6bd630d6a833009ff3ded = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_e7db401d97d6bd630d6a833009ff3ded['infowindow'] = new google.maps.InfoWindow({content: $le7db401d97d6bd630d6a833009ff3ded});var infowindow = new google.maps.InfoWindow({content: $le7db401d97d6bd630d6a833009ff3ded});google.maps.event.addListener(m_e7db401d97d6bd630d6a833009ff3ded, 'click', function() {infowindow.open(map,m_e7db401d97d6bd630d6a833009ff3ded);});$marker.push(m_e7db401d97d6bd630d6a833009ff3ded);}});}google.maps.event.addDomListener(window, 'load', initialize);