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_f8f53c2854ae996830d077f48b064ede = new google.maps.Geocoder();g_f8f53c2854ae996830d077f48b064ede.geocode( { 'address': "1479 S Dixie Hwy, Lantana, FL 33462"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lantana-FL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('lantana-FL-bank-of-america'), mapOptions);}document.getElementById('6413332e').innerHTML += ' | View Map';var $lf8f53c2854ae996830d077f48b064ede = '

Bank of America

Address: 1479 S Dixie Hwy, Lantana, FL 33462
Phone: (561) 515-7987
';var m_f8f53c2854ae996830d077f48b064ede = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_f8f53c2854ae996830d077f48b064ede['infowindow'] = new google.maps.InfoWindow({content: $lf8f53c2854ae996830d077f48b064ede});var infowindow = new google.maps.InfoWindow({content: $lf8f53c2854ae996830d077f48b064ede});google.maps.event.addListener(m_f8f53c2854ae996830d077f48b064ede, 'click', function() {infowindow.open(map,m_f8f53c2854ae996830d077f48b064ede);});$marker.push(m_f8f53c2854ae996830d077f48b064ede);}});}google.maps.event.addDomListener(window, 'load', initialize);