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_a5030fe899ddd939afcb36fb981b20b1 = new google.maps.Geocoder();g_a5030fe899ddd939afcb36fb981b20b1.geocode( { 'address': "3737 E 96th St, Indianapolis, IN 46240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-merchants-bank-of-indiana').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-merchants-bank-of-indiana'), mapOptions);}document.getElementById('0f1e8e64').innerHTML += ' | View Map';var $la5030fe899ddd939afcb36fb981b20b1 = '

Merchants Bank of Indiana

Address: 3737 E 96th St, Indianapolis, IN 46240
Phone: (317) 805-4300
';var m_a5030fe899ddd939afcb36fb981b20b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank of Indiana',});m_a5030fe899ddd939afcb36fb981b20b1['infowindow'] = new google.maps.InfoWindow({content: $la5030fe899ddd939afcb36fb981b20b1});var infowindow = new google.maps.InfoWindow({content: $la5030fe899ddd939afcb36fb981b20b1});google.maps.event.addListener(m_a5030fe899ddd939afcb36fb981b20b1, 'click', function() {infowindow.open(map,m_a5030fe899ddd939afcb36fb981b20b1);});$marker.push(m_a5030fe899ddd939afcb36fb981b20b1);}});}google.maps.event.addDomListener(window, 'load', initialize);