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.4959,-82.5792)};var g_f52b5a5a83b60359562d12342f8e5950 = new google.maps.Geocoder();g_f52b5a5a83b60359562d12342f8e5950.geocode( { 'address': "1724 Manatee Ave W, Bradenton, FL 34205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-thomas-a-moseley-chartered').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-thomas-a-moseley-chartered'), mapOptions);}document.getElementById('aef34128').innerHTML += ' | View Map';var $lf52b5a5a83b60359562d12342f8e5950 = '

Thomas A. Moseley, Chartered

Address: 1724 Manatee Ave W, Bradenton, FL 34205, USA
Phone: (941) 747-8185
';var m_f52b5a5a83b60359562d12342f8e5950 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thomas A. Moseley, Chartered',});m_f52b5a5a83b60359562d12342f8e5950['infowindow'] = new google.maps.InfoWindow({content: $lf52b5a5a83b60359562d12342f8e5950});var infowindow = new google.maps.InfoWindow({content: $lf52b5a5a83b60359562d12342f8e5950});google.maps.event.addListener(m_f52b5a5a83b60359562d12342f8e5950, 'click', function() {infowindow.open(map,m_f52b5a5a83b60359562d12342f8e5950);});$marker.push(m_f52b5a5a83b60359562d12342f8e5950);}});}google.maps.event.addDomListener(window, 'load', initialize);