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.4565,-80.0947)};var g_c55c6eea07345c455a100597687a61d2 = new google.maps.Geocoder();g_c55c6eea07345c455a100597687a61d2.geocode( { 'address': "220 Congress Park Dr # 245, Delray Beach, FL 33445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delray-beach-FL-worlds-fair-capital-inc').style.display = '';map = new google.maps.Map(document.getElementById('delray-beach-FL-worlds-fair-capital-inc'), mapOptions);}document.getElementById('8368da95').innerHTML += ' | View Map';var $lc55c6eea07345c455a100597687a61d2 = '

Worlds Fair Capital Inc

Address: 220 Congress Park Dr # 245, Delray Beach, FL 33445, USA
Phone: (561) 279-8000
';var m_c55c6eea07345c455a100597687a61d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Worlds Fair Capital Inc',});m_c55c6eea07345c455a100597687a61d2['infowindow'] = new google.maps.InfoWindow({content: $lc55c6eea07345c455a100597687a61d2});var infowindow = new google.maps.InfoWindow({content: $lc55c6eea07345c455a100597687a61d2});google.maps.event.addListener(m_c55c6eea07345c455a100597687a61d2, 'click', function() {infowindow.open(map,m_c55c6eea07345c455a100597687a61d2);});$marker.push(m_c55c6eea07345c455a100597687a61d2);}});}google.maps.event.addDomListener(window, 'load', initialize);