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_e65da2392672bfaa382312263caceb9d = new google.maps.Geocoder();g_e65da2392672bfaa382312263caceb9d.geocode( { 'address': "8455 Keystone Xing, Indianapolis, IN 46240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-salin-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-salin-bancshares-inc'), mapOptions);}document.getElementById('3ebcb906').innerHTML += ' | View Map';var $le65da2392672bfaa382312263caceb9d = '

Salin Bancshares Inc

Address: 8455 Keystone Xing, Indianapolis, IN 46240
Phone: (317) 532-2265
';var m_e65da2392672bfaa382312263caceb9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salin Bancshares Inc',});m_e65da2392672bfaa382312263caceb9d['infowindow'] = new google.maps.InfoWindow({content: $le65da2392672bfaa382312263caceb9d});var infowindow = new google.maps.InfoWindow({content: $le65da2392672bfaa382312263caceb9d});google.maps.event.addListener(m_e65da2392672bfaa382312263caceb9d, 'click', function() {infowindow.open(map,m_e65da2392672bfaa382312263caceb9d);});$marker.push(m_e65da2392672bfaa382312263caceb9d);}});}google.maps.event.addDomListener(window, 'load', initialize);