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.9357,-80.138)};var g_721dcfb6657571c18560ba98d9902a3e = new google.maps.Geocoder();g_721dcfb6657571c18560ba98d9902a3e.geocode( { 'address': "6779 W Indiantown Rd, Jupiter, FL 33458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jupiter-FL-velocity-community-credit-union---jupiter-branch').style.display = '';map = new google.maps.Map(document.getElementById('jupiter-FL-velocity-community-credit-union---jupiter-branch'), mapOptions);}document.getElementById('81154042').innerHTML += ' | View Map';var $l721dcfb6657571c18560ba98d9902a3e = '

Velocity Community Credit Union - Jupiter Branch

Address: 6779 W Indiantown Rd, Jupiter, FL 33458, USA
Phone: (561) 775-2525
';var m_721dcfb6657571c18560ba98d9902a3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Velocity Community Credit Union - Jupiter Branch',});m_721dcfb6657571c18560ba98d9902a3e['infowindow'] = new google.maps.InfoWindow({content: $l721dcfb6657571c18560ba98d9902a3e});var infowindow = new google.maps.InfoWindow({content: $l721dcfb6657571c18560ba98d9902a3e});google.maps.event.addListener(m_721dcfb6657571c18560ba98d9902a3e, 'click', function() {infowindow.open(map,m_721dcfb6657571c18560ba98d9902a3e);});$marker.push(m_721dcfb6657571c18560ba98d9902a3e);}});}google.maps.event.addDomListener(window, 'load', initialize);