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.6653,-80.0958)};var g_d4e50b6426e5e8662ddde7cca92a9664 = new google.maps.Geocoder();g_d4e50b6426e5e8662ddde7cca92a9664.geocode( { 'address': "3469 Summit Blvd, 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-guardians-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-guardians-credit-union'), mapOptions);}document.getElementById('3e4b4ff0').innerHTML += ' | View Map';var $ld4e50b6426e5e8662ddde7cca92a9664 = '

Guardians Credit Union

Address: 3469 Summit Blvd, West Palm Beach, FL 33406, USA
Phone: (561) 686-4006
';var m_d4e50b6426e5e8662ddde7cca92a9664 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guardians Credit Union',});m_d4e50b6426e5e8662ddde7cca92a9664['infowindow'] = new google.maps.InfoWindow({content: $ld4e50b6426e5e8662ddde7cca92a9664});var infowindow = new google.maps.InfoWindow({content: $ld4e50b6426e5e8662ddde7cca92a9664});google.maps.event.addListener(m_d4e50b6426e5e8662ddde7cca92a9664, 'click', function() {infowindow.open(map,m_d4e50b6426e5e8662ddde7cca92a9664);});$marker.push(m_d4e50b6426e5e8662ddde7cca92a9664);}});}google.maps.event.addDomListener(window, 'load', initialize);