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.0218,-80.9235)};var g_6258e285eeb51b21d01ffe9cb9f9c1d1 = new google.maps.Geocoder();g_6258e285eeb51b21d01ffe9cb9f9c1d1.geocode( { 'address': "318 Palmetto St, New Smyrna Beach, FL 32168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-smyrna-beach-FL-michael-tierney-pa').style.display = '';map = new google.maps.Map(document.getElementById('new-smyrna-beach-FL-michael-tierney-pa'), mapOptions);}document.getElementById('1615c88c').innerHTML += ' | View Map';var $l6258e285eeb51b21d01ffe9cb9f9c1d1 = '

Michael Tierney, P.A.

Address: 318 Palmetto St, New Smyrna Beach, FL 32168, USA
Phone: (855) 740-3328
';var m_6258e285eeb51b21d01ffe9cb9f9c1d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michael Tierney, P.A.',});m_6258e285eeb51b21d01ffe9cb9f9c1d1['infowindow'] = new google.maps.InfoWindow({content: $l6258e285eeb51b21d01ffe9cb9f9c1d1});var infowindow = new google.maps.InfoWindow({content: $l6258e285eeb51b21d01ffe9cb9f9c1d1});google.maps.event.addListener(m_6258e285eeb51b21d01ffe9cb9f9c1d1, 'click', function() {infowindow.open(map,m_6258e285eeb51b21d01ffe9cb9f9c1d1);});$marker.push(m_6258e285eeb51b21d01ffe9cb9f9c1d1);}});}google.maps.event.addDomListener(window, 'load', initialize);