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(26.1203,-80.1295)};var g_c31232d80753ac7d78d5f444c98e2b14 = new google.maps.Geocoder();g_c31232d80753ac7d78d5f444c98e2b14.geocode( { 'address': "1233 Miami Rd, Fort Lauderdale, FL 33316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-first-national-tax-service').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-first-national-tax-service'), mapOptions);}document.getElementById('121a0508').innerHTML += ' | View Map';var $lc31232d80753ac7d78d5f444c98e2b14 = '

First National Tax Service

Address: 1233 Miami Rd, Fort Lauderdale, FL 33316
Phone: (954) 733-4562
';var m_c31232d80753ac7d78d5f444c98e2b14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Tax Service',});m_c31232d80753ac7d78d5f444c98e2b14['infowindow'] = new google.maps.InfoWindow({content: $lc31232d80753ac7d78d5f444c98e2b14});var infowindow = new google.maps.InfoWindow({content: $lc31232d80753ac7d78d5f444c98e2b14});google.maps.event.addListener(m_c31232d80753ac7d78d5f444c98e2b14, 'click', function() {infowindow.open(map,m_c31232d80753ac7d78d5f444c98e2b14);});$marker.push(m_c31232d80753ac7d78d5f444c98e2b14);}});}google.maps.event.addDomListener(window, 'load', initialize);