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(27.6513,-80.4175)};var g_14d497436e0642fd2a9c2902693273f8 = new google.maps.Geocoder();g_14d497436e0642fd2a9c2902693273f8.geocode( { 'address': "1880 82nd Ave, Vero Beach, FL 32966"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vero-beach-FL-south-florida-federal-land-bnk').style.display = '';map = new google.maps.Map(document.getElementById('vero-beach-FL-south-florida-federal-land-bnk'), mapOptions);}document.getElementById('8877f03a').innerHTML += ' | View Map';var $l14d497436e0642fd2a9c2902693273f8 = '

South Florida Federal Land Bnk

Address: 1880 82nd Ave, Vero Beach, FL 32966
Phone: (772) 978-7772
';var m_14d497436e0642fd2a9c2902693273f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Florida Federal Land Bnk',});m_14d497436e0642fd2a9c2902693273f8['infowindow'] = new google.maps.InfoWindow({content: $l14d497436e0642fd2a9c2902693273f8});var infowindow = new google.maps.InfoWindow({content: $l14d497436e0642fd2a9c2902693273f8});google.maps.event.addListener(m_14d497436e0642fd2a9c2902693273f8, 'click', function() {infowindow.open(map,m_14d497436e0642fd2a9c2902693273f8);});$marker.push(m_14d497436e0642fd2a9c2902693273f8);}});}google.maps.event.addDomListener(window, 'load', initialize);