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(40.1101,-82.9074)};var g_f60c1886f4c0b55caab4f18ae7c4bbcf = new google.maps.Geocoder();g_f60c1886f4c0b55caab4f18ae7c4bbcf.geocode( { 'address': "51 West Schrock Road, Westerville, OH 43081"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westerville-OH-keybank').style.display = '';map = new google.maps.Map(document.getElementById('westerville-OH-keybank'), mapOptions);}document.getElementById('2b1025bb').innerHTML += ' | View Map';var $lf60c1886f4c0b55caab4f18ae7c4bbcf = '

KeyBank

Address: 51 West Schrock Road, Westerville, OH 43081
Phone: (614) 890-1300
';var m_f60c1886f4c0b55caab4f18ae7c4bbcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_f60c1886f4c0b55caab4f18ae7c4bbcf['infowindow'] = new google.maps.InfoWindow({content: $lf60c1886f4c0b55caab4f18ae7c4bbcf});var infowindow = new google.maps.InfoWindow({content: $lf60c1886f4c0b55caab4f18ae7c4bbcf});google.maps.event.addListener(m_f60c1886f4c0b55caab4f18ae7c4bbcf, 'click', function() {infowindow.open(map,m_f60c1886f4c0b55caab4f18ae7c4bbcf);});$marker.push(m_f60c1886f4c0b55caab4f18ae7c4bbcf);}});}google.maps.event.addDomListener(window, 'load', initialize);