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.7058,-80.0648)};var g_ba8bcb984d1cb1ea05d3a7b6090e75eb = new google.maps.Geocoder();g_ba8bcb984d1cb1ea05d3a7b6090e75eb.geocode( { 'address': "2090 Palm Beach Lakes Blvd, West Palm Beach, FL 33409"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-palm-beach-FL-legacy-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-legacy-bank'), mapOptions);}document.getElementById('e639cb60').innerHTML += ' | View Map';var $lba8bcb984d1cb1ea05d3a7b6090e75eb = '

Legacy Bank

Address: 2090 Palm Beach Lakes Blvd, West Palm Beach, FL 33409
Phone: (561) 471-4400
';var m_ba8bcb984d1cb1ea05d3a7b6090e75eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy Bank',});m_ba8bcb984d1cb1ea05d3a7b6090e75eb['infowindow'] = new google.maps.InfoWindow({content: $lba8bcb984d1cb1ea05d3a7b6090e75eb});var infowindow = new google.maps.InfoWindow({content: $lba8bcb984d1cb1ea05d3a7b6090e75eb});google.maps.event.addListener(m_ba8bcb984d1cb1ea05d3a7b6090e75eb, 'click', function() {infowindow.open(map,m_ba8bcb984d1cb1ea05d3a7b6090e75eb);});$marker.push(m_ba8bcb984d1cb1ea05d3a7b6090e75eb);}});}google.maps.event.addDomListener(window, 'load', initialize);