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(40.0047,-85.4436)};var g_b0b1d24f68e3d6a9f855e424c4f0c9b6 = new google.maps.Geocoder();g_b0b1d24f68e3d6a9f855e424c4f0c9b6.geocode( { 'address': "105 Main St, Sulphur Springs, IN 47388, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-springs-IN-first-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-springs-IN-first-merchants-bank'), mapOptions);}document.getElementById('0758ea2b').innerHTML += ' | View Map';var $lb0b1d24f68e3d6a9f855e424c4f0c9b6 = '

First Merchants Bank

Address: 105 Main St, Sulphur Springs, IN 47388, USA
Phone: (765) 533-4171
';var m_b0b1d24f68e3d6a9f855e424c4f0c9b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merchants Bank',});m_b0b1d24f68e3d6a9f855e424c4f0c9b6['infowindow'] = new google.maps.InfoWindow({content: $lb0b1d24f68e3d6a9f855e424c4f0c9b6});var infowindow = new google.maps.InfoWindow({content: $lb0b1d24f68e3d6a9f855e424c4f0c9b6});google.maps.event.addListener(m_b0b1d24f68e3d6a9f855e424c4f0c9b6, 'click', function() {infowindow.open(map,m_b0b1d24f68e3d6a9f855e424c4f0c9b6);});$marker.push(m_b0b1d24f68e3d6a9f855e424c4f0c9b6);}});}google.maps.event.addDomListener(window, 'load', initialize);