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(27.9038,-81.5902)};var g_053f01e255f6693d1645fab72fb81501 = new google.maps.Geocoder();g_053f01e255f6693d1645fab72fb81501.geocode( { 'address': "24 W Orange Ave, Lake Wales, FL 33853, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-wales-FL-kimbrough--associates-resource').style.display = '';map = new google.maps.Map(document.getElementById('lake-wales-FL-kimbrough--associates-resource'), mapOptions);}document.getElementById('ca61f911').innerHTML += ' | View Map';var $l053f01e255f6693d1645fab72fb81501 = '

Kimbrough & Associates Resource

Address: 24 W Orange Ave, Lake Wales, FL 33853, USA
Phone: (863) 679-3896
';var m_053f01e255f6693d1645fab72fb81501 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kimbrough & Associates Resource',});m_053f01e255f6693d1645fab72fb81501['infowindow'] = new google.maps.InfoWindow({content: $l053f01e255f6693d1645fab72fb81501});var infowindow = new google.maps.InfoWindow({content: $l053f01e255f6693d1645fab72fb81501});google.maps.event.addListener(m_053f01e255f6693d1645fab72fb81501, 'click', function() {infowindow.open(map,m_053f01e255f6693d1645fab72fb81501);});$marker.push(m_053f01e255f6693d1645fab72fb81501);}});}google.maps.event.addDomListener(window, 'load', initialize);