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.6899,-85.965)};var g_c9627679e7b2b548560221d9c07ca79b = new google.maps.Geocoder();g_c9627679e7b2b548560221d9c07ca79b.geocode( { 'address': "570 E Jackson Blvd, Elkhart, IN 46516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhart-IN-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('elkhart-IN-keybank-national-association'), mapOptions);}document.getElementById('37ed3c76').innerHTML += ' | View Map';var $lc9627679e7b2b548560221d9c07ca79b = '

Keybank, National Association

Address: 570 E Jackson Blvd, Elkhart, IN 46516, USA
Phone:
';var m_c9627679e7b2b548560221d9c07ca79b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_c9627679e7b2b548560221d9c07ca79b['infowindow'] = new google.maps.InfoWindow({content: $lc9627679e7b2b548560221d9c07ca79b});var infowindow = new google.maps.InfoWindow({content: $lc9627679e7b2b548560221d9c07ca79b});google.maps.event.addListener(m_c9627679e7b2b548560221d9c07ca79b, 'click', function() {infowindow.open(map,m_c9627679e7b2b548560221d9c07ca79b);});$marker.push(m_c9627679e7b2b548560221d9c07ca79b);}});}google.maps.event.addDomListener(window, 'load', initialize);