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.7746,-86.1096)};var g_c848adb22be13da5a9f6978fc0892bc2 = new google.maps.Geocoder();g_c848adb22be13da5a9f6978fc0892bc2.geocode( { 'address': "5920 Crystal Water Dr, Indianapolis, IN 46237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-aurora-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-aurora-bank-fsb'), mapOptions);}document.getElementById('04b4f8c9').innerHTML += ' | View Map';var $lc848adb22be13da5a9f6978fc0892bc2 = '

Aurora Bank FSB

Address: 5920 Crystal Water Dr, Indianapolis, IN 46237
Phone: (317) 845-9412
';var m_c848adb22be13da5a9f6978fc0892bc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aurora Bank FSB',});m_c848adb22be13da5a9f6978fc0892bc2['infowindow'] = new google.maps.InfoWindow({content: $lc848adb22be13da5a9f6978fc0892bc2});var infowindow = new google.maps.InfoWindow({content: $lc848adb22be13da5a9f6978fc0892bc2});google.maps.event.addListener(m_c848adb22be13da5a9f6978fc0892bc2, 'click', function() {infowindow.open(map,m_c848adb22be13da5a9f6978fc0892bc2);});$marker.push(m_c848adb22be13da5a9f6978fc0892bc2);}});}google.maps.event.addDomListener(window, 'load', initialize);