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(28.6297,-81.3995)};var g_a96a744f5ce5ba89abd173fc6c2d4767 = new google.maps.Geocoder();g_a96a744f5ce5ba89abd173fc6c2d4767.geocode( { 'address': "485 N Keller Rd, Maitland, FL 32751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maitland-FL-stephen-thaggard').style.display = '';map = new google.maps.Map(document.getElementById('maitland-FL-stephen-thaggard'), mapOptions);}document.getElementById('d7c1bdad').innerHTML += ' | View Map';var $la96a744f5ce5ba89abd173fc6c2d4767 = '

Stephen Thaggard

Address: 485 N Keller Rd, Maitland, FL 32751, USA
Phone: (407) 733-6425
';var m_a96a744f5ce5ba89abd173fc6c2d4767 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stephen Thaggard',});m_a96a744f5ce5ba89abd173fc6c2d4767['infowindow'] = new google.maps.InfoWindow({content: $la96a744f5ce5ba89abd173fc6c2d4767});var infowindow = new google.maps.InfoWindow({content: $la96a744f5ce5ba89abd173fc6c2d4767});google.maps.event.addListener(m_a96a744f5ce5ba89abd173fc6c2d4767, 'click', function() {infowindow.open(map,m_a96a744f5ce5ba89abd173fc6c2d4767);});$marker.push(m_a96a744f5ce5ba89abd173fc6c2d4767);}});}google.maps.event.addDomListener(window, 'load', initialize);