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_c50d28e81a9e22a95e30a0d1164902c2 = new google.maps.Geocoder();g_c50d28e81a9e22a95e30a0d1164902c2.geocode( { 'address': "1098 State Road 39 Byp S, Martinsville, IN 46151"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsville-IN-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('martinsville-IN-citizens-bank'), mapOptions);}document.getElementById('2f0288f8').innerHTML += ' | View Map';var $lc50d28e81a9e22a95e30a0d1164902c2 = '

Citizens Bank

Address: 1098 State Road 39 Byp S, Martinsville, IN 46151
Phone: (765) 342-6600
';var m_c50d28e81a9e22a95e30a0d1164902c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_c50d28e81a9e22a95e30a0d1164902c2['infowindow'] = new google.maps.InfoWindow({content: $lc50d28e81a9e22a95e30a0d1164902c2});var infowindow = new google.maps.InfoWindow({content: $lc50d28e81a9e22a95e30a0d1164902c2});google.maps.event.addListener(m_c50d28e81a9e22a95e30a0d1164902c2, 'click', function() {infowindow.open(map,m_c50d28e81a9e22a95e30a0d1164902c2);});$marker.push(m_c50d28e81a9e22a95e30a0d1164902c2);}});}google.maps.event.addDomListener(window, 'load', initialize);