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.4236,-85.7408)};var g_aff71375ac1acbe384b7ff4f4952c6ff = new google.maps.Geocoder();g_aff71375ac1acbe384b7ff4f4952c6ff.geocode( { 'address': "816 S Huntington, Syracuse, IN 46567"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-IN-keybank').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-IN-keybank'), mapOptions);}document.getElementById('6286a3ac').innerHTML += ' | View Map';var $laff71375ac1acbe384b7ff4f4952c6ff = '

KeyBank

Address: 816 S Huntington, Syracuse, IN 46567
Phone: (574) 457-4449
';var m_aff71375ac1acbe384b7ff4f4952c6ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_aff71375ac1acbe384b7ff4f4952c6ff['infowindow'] = new google.maps.InfoWindow({content: $laff71375ac1acbe384b7ff4f4952c6ff});var infowindow = new google.maps.InfoWindow({content: $laff71375ac1acbe384b7ff4f4952c6ff});google.maps.event.addListener(m_aff71375ac1acbe384b7ff4f4952c6ff, 'click', function() {infowindow.open(map,m_aff71375ac1acbe384b7ff4f4952c6ff);});$marker.push(m_aff71375ac1acbe384b7ff4f4952c6ff);}});}google.maps.event.addDomListener(window, 'load', initialize);