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(39.0949,-84.9819)};var g_63f5f8a5fdada75292bf7929e7475a7b = new google.maps.Geocoder();g_63f5f8a5fdada75292bf7929e7475a7b.geocode( { 'address': "950 Green Blvd, Aurora, IN 47001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-IN-main-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-IN-main-source-bank'), mapOptions);}document.getElementById('2535d251').innerHTML += ' | View Map';var $l63f5f8a5fdada75292bf7929e7475a7b = '

Main Source Bank

Address: 950 Green Blvd, Aurora, IN 47001
Phone: (812) 926-4000
';var m_63f5f8a5fdada75292bf7929e7475a7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Source Bank',});m_63f5f8a5fdada75292bf7929e7475a7b['infowindow'] = new google.maps.InfoWindow({content: $l63f5f8a5fdada75292bf7929e7475a7b});var infowindow = new google.maps.InfoWindow({content: $l63f5f8a5fdada75292bf7929e7475a7b});google.maps.event.addListener(m_63f5f8a5fdada75292bf7929e7475a7b, 'click', function() {infowindow.open(map,m_63f5f8a5fdada75292bf7929e7475a7b);});$marker.push(m_63f5f8a5fdada75292bf7929e7475a7b);}});}google.maps.event.addDomListener(window, 'load', initialize);