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.6732,-80.0919)};var g_a1ba7595d9f1fa2fa235ba97c977a78a = new google.maps.Geocoder();g_a1ba7595d9f1fa2fa235ba97c977a78a.geocode( { 'address': "Building B-2, 3301 Gun Club Rd, West Palm Beach, FL 33406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-palm-beach-FL-ibmsecu').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-ibmsecu'), mapOptions);}document.getElementById('a0b1c376').innerHTML += ' | View Map';var $la1ba7595d9f1fa2fa235ba97c977a78a = '

IBMSECU

Address: Building B-2, 3301 Gun Club Rd, West Palm Beach, FL 33406, USA
Phone: (800) 873-5100
';var m_a1ba7595d9f1fa2fa235ba97c977a78a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBMSECU',});m_a1ba7595d9f1fa2fa235ba97c977a78a['infowindow'] = new google.maps.InfoWindow({content: $la1ba7595d9f1fa2fa235ba97c977a78a});var infowindow = new google.maps.InfoWindow({content: $la1ba7595d9f1fa2fa235ba97c977a78a});google.maps.event.addListener(m_a1ba7595d9f1fa2fa235ba97c977a78a, 'click', function() {infowindow.open(map,m_a1ba7595d9f1fa2fa235ba97c977a78a);});$marker.push(m_a1ba7595d9f1fa2fa235ba97c977a78a);}});}google.maps.event.addDomListener(window, 'load', initialize);