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.3546,-87.5672)};var g_782a229a7fa647902e6e6d1955560c6d = new google.maps.Geocoder();g_782a229a7fa647902e6e6d1955560c6d.geocode( { 'address': "118 S Main St, Princeton, IN 47670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('princeton-IN-barthel-agency').style.display = '';map = new google.maps.Map(document.getElementById('princeton-IN-barthel-agency'), mapOptions);}document.getElementById('07fb7d81').innerHTML += ' | View Map';var $l782a229a7fa647902e6e6d1955560c6d = '

Barthel Agency

Address: 118 S Main St, Princeton, IN 47670, USA
Phone: (812) 386-7727
';var m_782a229a7fa647902e6e6d1955560c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Barthel Agency',});m_782a229a7fa647902e6e6d1955560c6d['infowindow'] = new google.maps.InfoWindow({content: $l782a229a7fa647902e6e6d1955560c6d});var infowindow = new google.maps.InfoWindow({content: $l782a229a7fa647902e6e6d1955560c6d});google.maps.event.addListener(m_782a229a7fa647902e6e6d1955560c6d, 'click', function() {infowindow.open(map,m_782a229a7fa647902e6e6d1955560c6d);});$marker.push(m_782a229a7fa647902e6e6d1955560c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);