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()};var g_b45232282ea62bfccffbd5350317e7e2 = new google.maps.Geocoder();g_b45232282ea62bfccffbd5350317e7e2.geocode( { 'address': "2811 Corporate Way, Miramar, FL 33025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miramar-FL-united-tranz-actions').style.display = '';map = new google.maps.Map(document.getElementById('miramar-FL-united-tranz-actions'), mapOptions);}document.getElementById('73e79d70').innerHTML += ' | View Map';var $lb45232282ea62bfccffbd5350317e7e2 = '

United Tranz Actions

Address: 2811 Corporate Way, Miramar, FL 33025
Phone: (954) 431-5561
';var m_b45232282ea62bfccffbd5350317e7e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Tranz Actions',});m_b45232282ea62bfccffbd5350317e7e2['infowindow'] = new google.maps.InfoWindow({content: $lb45232282ea62bfccffbd5350317e7e2});var infowindow = new google.maps.InfoWindow({content: $lb45232282ea62bfccffbd5350317e7e2});google.maps.event.addListener(m_b45232282ea62bfccffbd5350317e7e2, 'click', function() {infowindow.open(map,m_b45232282ea62bfccffbd5350317e7e2);});$marker.push(m_b45232282ea62bfccffbd5350317e7e2);}});}google.maps.event.addDomListener(window, 'load', initialize);