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.2517,-85.6486)};var g_854af0d8fb475b122bf0fb768f996edb = new google.maps.Geocoder();g_854af0d8fb475b122bf0fb768f996edb.geocode( { 'address': "115 S Sherrin Ave # 5, Louisville, KY 40207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-united-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-united-financial-group-llc'), mapOptions);}document.getElementById('c0d0c963').innerHTML += ' | View Map';var $l854af0d8fb475b122bf0fb768f996edb = '

United Financial Group, LLC

Address: 115 S Sherrin Ave # 5, Louisville, KY 40207, USA
Phone: (502) 671-0408
';var m_854af0d8fb475b122bf0fb768f996edb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Financial Group, LLC',});m_854af0d8fb475b122bf0fb768f996edb['infowindow'] = new google.maps.InfoWindow({content: $l854af0d8fb475b122bf0fb768f996edb});var infowindow = new google.maps.InfoWindow({content: $l854af0d8fb475b122bf0fb768f996edb});google.maps.event.addListener(m_854af0d8fb475b122bf0fb768f996edb, 'click', function() {infowindow.open(map,m_854af0d8fb475b122bf0fb768f996edb);});$marker.push(m_854af0d8fb475b122bf0fb768f996edb);}});}google.maps.event.addDomListener(window, 'load', initialize);