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(37.9878,-85.717)};var g_78716b286b479e2c380f54ed824c20fc = new google.maps.Geocoder();g_78716b286b479e2c380f54ed824c20fc.geocode( { 'address': "319 S Buckman St, Shepherdsville, KY 40165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shepherdsville-KY-wantland-law-pllc').style.display = '';map = new google.maps.Map(document.getElementById('shepherdsville-KY-wantland-law-pllc'), mapOptions);}document.getElementById('1b1aebf9').innerHTML += ' | View Map';var $l78716b286b479e2c380f54ed824c20fc = '

Wantland Law, PLLC

Address: 319 S Buckman St, Shepherdsville, KY 40165, USA
Phone: (502) 957-0000
';var m_78716b286b479e2c380f54ed824c20fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wantland Law, PLLC',});m_78716b286b479e2c380f54ed824c20fc['infowindow'] = new google.maps.InfoWindow({content: $l78716b286b479e2c380f54ed824c20fc});var infowindow = new google.maps.InfoWindow({content: $l78716b286b479e2c380f54ed824c20fc});google.maps.event.addListener(m_78716b286b479e2c380f54ed824c20fc, 'click', function() {infowindow.open(map,m_78716b286b479e2c380f54ed824c20fc);});$marker.push(m_78716b286b479e2c380f54ed824c20fc);}});}google.maps.event.addDomListener(window, 'load', initialize);