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.7163,-80.093)};var g_dc0fc2d90d6102ba02d0206857eaac51 = new google.maps.Geocoder();g_dc0fc2d90d6102ba02d0206857eaac51.geocode( { 'address': "2001 Palm Beach Lakes Blvd, West Palm Beach, FL 33409, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-palm-beach-FL-premier-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-premier-american-bank'), mapOptions);}document.getElementById('15311482').innerHTML += ' | View Map';var $ldc0fc2d90d6102ba02d0206857eaac51 = '

Premier American Bank

Address: 2001 Palm Beach Lakes Blvd, West Palm Beach, FL 33409, USA
Phone: (561) 684-0888
';var m_dc0fc2d90d6102ba02d0206857eaac51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier American Bank',});m_dc0fc2d90d6102ba02d0206857eaac51['infowindow'] = new google.maps.InfoWindow({content: $ldc0fc2d90d6102ba02d0206857eaac51});var infowindow = new google.maps.InfoWindow({content: $ldc0fc2d90d6102ba02d0206857eaac51});google.maps.event.addListener(m_dc0fc2d90d6102ba02d0206857eaac51, 'click', function() {infowindow.open(map,m_dc0fc2d90d6102ba02d0206857eaac51);});$marker.push(m_dc0fc2d90d6102ba02d0206857eaac51);}});}google.maps.event.addDomListener(window, 'load', initialize);