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.8088,-85.4652)};var g_fbe486dc4c014eb61a0c91e34cc6f301 = new google.maps.Geocoder();g_fbe486dc4c014eb61a0c91e34cc6f301.geocode( { 'address': "201 E Stephen Foster Ave, Bardstown, KY 40004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bardstown-KY-mike-brooks-and-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('bardstown-KY-mike-brooks-and-associates-inc'), mapOptions);}document.getElementById('48f80cdc').innerHTML += ' | View Map';var $lfbe486dc4c014eb61a0c91e34cc6f301 = '

Mike Brooks and Associates Inc

Address: 201 E Stephen Foster Ave, Bardstown, KY 40004, USA
Phone: (502) 348-8065
';var m_fbe486dc4c014eb61a0c91e34cc6f301 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mike Brooks and Associates Inc',});m_fbe486dc4c014eb61a0c91e34cc6f301['infowindow'] = new google.maps.InfoWindow({content: $lfbe486dc4c014eb61a0c91e34cc6f301});var infowindow = new google.maps.InfoWindow({content: $lfbe486dc4c014eb61a0c91e34cc6f301});google.maps.event.addListener(m_fbe486dc4c014eb61a0c91e34cc6f301, 'click', function() {infowindow.open(map,m_fbe486dc4c014eb61a0c91e34cc6f301);});$marker.push(m_fbe486dc4c014eb61a0c91e34cc6f301);}});}google.maps.event.addDomListener(window, 'load', initialize);