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.4504,-81.9251)};var g_c545987fb970f7b1f05c9f2a2f3340dd = new google.maps.Geocoder();g_c545987fb970f7b1f05c9f2a2f3340dd.geocode( { 'address': "29900 Detroit Rd, Westlake, OH 44145"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westlake-OH-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('westlake-OH-key-bank'), mapOptions);}document.getElementById('4cbd4d83').innerHTML += ' | View Map';var $lc545987fb970f7b1f05c9f2a2f3340dd = '

Key Bank

Address: 29900 Detroit Rd, Westlake, OH 44145
Phone: (440) 871-0561
';var m_c545987fb970f7b1f05c9f2a2f3340dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_c545987fb970f7b1f05c9f2a2f3340dd['infowindow'] = new google.maps.InfoWindow({content: $lc545987fb970f7b1f05c9f2a2f3340dd});var infowindow = new google.maps.InfoWindow({content: $lc545987fb970f7b1f05c9f2a2f3340dd});google.maps.event.addListener(m_c545987fb970f7b1f05c9f2a2f3340dd, 'click', function() {infowindow.open(map,m_c545987fb970f7b1f05c9f2a2f3340dd);});$marker.push(m_c545987fb970f7b1f05c9f2a2f3340dd);}});}google.maps.event.addDomListener(window, 'load', initialize);