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.1312,-85.7618)};var g_7e94cbdb257cdd17c06f5ccf9daf9ce0 = new google.maps.Geocoder();g_7e94cbdb257cdd17c06f5ccf9daf9ce0.geocode( { 'address': "3228 Nichol Ave, Anderson, IN 46011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-IN-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('anderson-IN-key-bank'), mapOptions);}document.getElementById('31b28fc9').innerHTML += ' | View Map';var $l7e94cbdb257cdd17c06f5ccf9daf9ce0 = '

Key Bank

Address: 3228 Nichol Ave, Anderson, IN 46011
Phone: (765) 646-6630
';var m_7e94cbdb257cdd17c06f5ccf9daf9ce0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_7e94cbdb257cdd17c06f5ccf9daf9ce0['infowindow'] = new google.maps.InfoWindow({content: $l7e94cbdb257cdd17c06f5ccf9daf9ce0});var infowindow = new google.maps.InfoWindow({content: $l7e94cbdb257cdd17c06f5ccf9daf9ce0});google.maps.event.addListener(m_7e94cbdb257cdd17c06f5ccf9daf9ce0, 'click', function() {infowindow.open(map,m_7e94cbdb257cdd17c06f5ccf9daf9ce0);});$marker.push(m_7e94cbdb257cdd17c06f5ccf9daf9ce0);}});}google.maps.event.addDomListener(window, 'load', initialize);