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(38.657,-87.1716)};var g_defbd73ad27642b98e59d840303f17e8 = new google.maps.Geocoder();g_defbd73ad27642b98e59d840303f17e8.geocode( { 'address': "314 E Main St, Washington, IN 47501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-IN-hoosier-insurance--financial-services').style.display = '';map = new google.maps.Map(document.getElementById('washington-IN-hoosier-insurance--financial-services'), mapOptions);}document.getElementById('2adee9ab').innerHTML += ' | View Map';var $ldefbd73ad27642b98e59d840303f17e8 = '

Hoosier Insurance & Financial Services

Address: 314 E Main St, Washington, IN 47501, USA
Phone: (812) 254-0100
';var m_defbd73ad27642b98e59d840303f17e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hoosier Insurance & Financial Services',});m_defbd73ad27642b98e59d840303f17e8['infowindow'] = new google.maps.InfoWindow({content: $ldefbd73ad27642b98e59d840303f17e8});var infowindow = new google.maps.InfoWindow({content: $ldefbd73ad27642b98e59d840303f17e8});google.maps.event.addListener(m_defbd73ad27642b98e59d840303f17e8, 'click', function() {infowindow.open(map,m_defbd73ad27642b98e59d840303f17e8);});$marker.push(m_defbd73ad27642b98e59d840303f17e8);}});}google.maps.event.addDomListener(window, 'load', initialize);