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.6025,-86.1582)};var g_57ba5f17ed6198b54e4ccf755c6749be = new google.maps.Geocoder();g_57ba5f17ed6198b54e4ccf755c6749be.geocode( { 'address': "901 S State Rd 135, Greenwood, IN 46143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-IN-first-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-IN-first-merchants-bank'), mapOptions);}document.getElementById('72e35fdb').innerHTML += ' | View Map';var $l57ba5f17ed6198b54e4ccf755c6749be = '

First Merchants Bank

Address: 901 S State Rd 135, Greenwood, IN 46143, USA
Phone: (317) 883-8811
';var m_57ba5f17ed6198b54e4ccf755c6749be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merchants Bank',});m_57ba5f17ed6198b54e4ccf755c6749be['infowindow'] = new google.maps.InfoWindow({content: $l57ba5f17ed6198b54e4ccf755c6749be});var infowindow = new google.maps.InfoWindow({content: $l57ba5f17ed6198b54e4ccf755c6749be});google.maps.event.addListener(m_57ba5f17ed6198b54e4ccf755c6749be, 'click', function() {infowindow.open(map,m_57ba5f17ed6198b54e4ccf755c6749be);});$marker.push(m_57ba5f17ed6198b54e4ccf755c6749be);}});}google.maps.event.addDomListener(window, 'load', initialize);