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.4107,-86.4632)};var g_a8cf86b7e95be74b1204e22a9aab9cd0 = new google.maps.Geocoder();g_a8cf86b7e95be74b1204e22a9aab9cd0.geocode( { 'address': "59 W Washington St, Martinsville, IN 46151"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsville-IN-home-bank-sb').style.display = '';map = new google.maps.Map(document.getElementById('martinsville-IN-home-bank-sb'), mapOptions);}document.getElementById('3eb31276').innerHTML += ' | View Map';var $la8cf86b7e95be74b1204e22a9aab9cd0 = '

Home Bank SB

Address: 59 W Washington St, Martinsville, IN 46151
Phone: (765) 342-6695
';var m_a8cf86b7e95be74b1204e22a9aab9cd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Bank SB',});m_a8cf86b7e95be74b1204e22a9aab9cd0['infowindow'] = new google.maps.InfoWindow({content: $la8cf86b7e95be74b1204e22a9aab9cd0});var infowindow = new google.maps.InfoWindow({content: $la8cf86b7e95be74b1204e22a9aab9cd0});google.maps.event.addListener(m_a8cf86b7e95be74b1204e22a9aab9cd0, 'click', function() {infowindow.open(map,m_a8cf86b7e95be74b1204e22a9aab9cd0);});$marker.push(m_a8cf86b7e95be74b1204e22a9aab9cd0);}});}google.maps.event.addDomListener(window, 'load', initialize);