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(29.5526,-81.2479)};var g_109d981eb38a8d5c58ea31052f257de7 = new google.maps.Geocoder();g_109d981eb38a8d5c58ea31052f257de7.geocode( { 'address': "4873 Palm Coast Pkwy NW #5, Palm Coast, FL 32137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-coast-FL-timothy-m-goan-pa').style.display = '';map = new google.maps.Map(document.getElementById('palm-coast-FL-timothy-m-goan-pa'), mapOptions);}document.getElementById('b3842e32').innerHTML += ' | View Map';var $l109d981eb38a8d5c58ea31052f257de7 = '

Timothy M. Goan, P.A.

Address: 4873 Palm Coast Pkwy NW #5, Palm Coast, FL 32137, USA
Phone: (386) 445-9003
';var m_109d981eb38a8d5c58ea31052f257de7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Timothy M. Goan, P.A.',});m_109d981eb38a8d5c58ea31052f257de7['infowindow'] = new google.maps.InfoWindow({content: $l109d981eb38a8d5c58ea31052f257de7});var infowindow = new google.maps.InfoWindow({content: $l109d981eb38a8d5c58ea31052f257de7});google.maps.event.addListener(m_109d981eb38a8d5c58ea31052f257de7, 'click', function() {infowindow.open(map,m_109d981eb38a8d5c58ea31052f257de7);});$marker.push(m_109d981eb38a8d5c58ea31052f257de7);}});}google.maps.event.addDomListener(window, 'load', initialize);