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.1636,-86.5331)};var g_b207034f227d6940748cfa146af8b9b6 = new google.maps.Geocoder();g_b207034f227d6940748cfa146af8b9b6.geocode( { 'address': "329 S Walnut St, Bloomington, IN 47401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-IN-john-bethell-title-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-IN-john-bethell-title-co-inc'), mapOptions);}document.getElementById('80bcda39').innerHTML += ' | View Map';var $lb207034f227d6940748cfa146af8b9b6 = '

John Bethell Title Co Inc

Address: 329 S Walnut St, Bloomington, IN 47401, USA
Phone: (812) 339-8434
';var m_b207034f227d6940748cfa146af8b9b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Bethell Title Co Inc',});m_b207034f227d6940748cfa146af8b9b6['infowindow'] = new google.maps.InfoWindow({content: $lb207034f227d6940748cfa146af8b9b6});var infowindow = new google.maps.InfoWindow({content: $lb207034f227d6940748cfa146af8b9b6});google.maps.event.addListener(m_b207034f227d6940748cfa146af8b9b6, 'click', function() {infowindow.open(map,m_b207034f227d6940748cfa146af8b9b6);});$marker.push(m_b207034f227d6940748cfa146af8b9b6);}});}google.maps.event.addDomListener(window, 'load', initialize);