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.9355,-80.1163)};var g_804506a8b44444c4483864113b922d42 = new google.maps.Geocoder();g_804506a8b44444c4483864113b922d42.geocode( { 'address': "17900 Beeline Highway, Jupiter, FL 33478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jupiter-FL-velocity-community-credit-union-pratt-whitney-location').style.display = '';map = new google.maps.Map(document.getElementById('jupiter-FL-velocity-community-credit-union-pratt-whitney-location'), mapOptions);}document.getElementById('e5d780ce').innerHTML += ' | View Map';var $l804506a8b44444c4483864113b922d42 = '

Velocity Community Credit Union Pratt & Whitney Location

Address: 17900 Beeline Highway, Jupiter, FL 33478
Phone: (561) 775-2525
';var m_804506a8b44444c4483864113b922d42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Velocity Community Credit Union Pratt & Whitney Location',});m_804506a8b44444c4483864113b922d42['infowindow'] = new google.maps.InfoWindow({content: $l804506a8b44444c4483864113b922d42});var infowindow = new google.maps.InfoWindow({content: $l804506a8b44444c4483864113b922d42});google.maps.event.addListener(m_804506a8b44444c4483864113b922d42, 'click', function() {infowindow.open(map,m_804506a8b44444c4483864113b922d42);});$marker.push(m_804506a8b44444c4483864113b922d42);}});}google.maps.event.addDomListener(window, 'load', initialize);