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.2863,-85.823)};var g_228379f5c13e95e9166e905aadef4432 = new google.maps.Geocoder();g_228379f5c13e95e9166e905aadef4432.geocode( { 'address': "400 Pearl St, New Albany, IN 47150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-IN-lloyd-koehler-law-office').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-IN-lloyd-koehler-law-office'), mapOptions);}document.getElementById('e48531ab').innerHTML += ' | View Map';var $l228379f5c13e95e9166e905aadef4432 = '

Lloyd Koehler Law Office

Address: 400 Pearl St, New Albany, IN 47150, USA
Phone: (812) 949-2211
';var m_228379f5c13e95e9166e905aadef4432 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lloyd Koehler Law Office',});m_228379f5c13e95e9166e905aadef4432['infowindow'] = new google.maps.InfoWindow({content: $l228379f5c13e95e9166e905aadef4432});var infowindow = new google.maps.InfoWindow({content: $l228379f5c13e95e9166e905aadef4432});google.maps.event.addListener(m_228379f5c13e95e9166e905aadef4432, 'click', function() {infowindow.open(map,m_228379f5c13e95e9166e905aadef4432);});$marker.push(m_228379f5c13e95e9166e905aadef4432);}});}google.maps.event.addDomListener(window, 'load', initialize);