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.5867,-80.0595)};var g_f721e1a0c9d42ce0cd306af1118426d9 = new google.maps.Geocoder();g_f721e1a0c9d42ce0cd306af1118426d9.geocode( { 'address': "814 W Lantana Rd #6, Lantana, FL 33462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lantana-FL-crefcoa').style.display = '';map = new google.maps.Map(document.getElementById('lantana-FL-crefcoa'), mapOptions);}document.getElementById('0317b2e8').innerHTML += ' | View Map';var $lf721e1a0c9d42ce0cd306af1118426d9 = '

Crefcoa

Address: 814 W Lantana Rd #6, Lantana, FL 33462, USA
Phone: (561) 249-3308
';var m_f721e1a0c9d42ce0cd306af1118426d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crefcoa',});m_f721e1a0c9d42ce0cd306af1118426d9['infowindow'] = new google.maps.InfoWindow({content: $lf721e1a0c9d42ce0cd306af1118426d9});var infowindow = new google.maps.InfoWindow({content: $lf721e1a0c9d42ce0cd306af1118426d9});google.maps.event.addListener(m_f721e1a0c9d42ce0cd306af1118426d9, 'click', function() {infowindow.open(map,m_f721e1a0c9d42ce0cd306af1118426d9);});$marker.push(m_f721e1a0c9d42ce0cd306af1118426d9);}});}google.maps.event.addDomListener(window, 'load', initialize);