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(28.235,-80.604)};var g_cc2d963c43ca4c2f61cccc954214ccc6 = new google.maps.Geocoder();g_cc2d963c43ca4c2f61cccc954214ccc6.geocode( { 'address': "1303 Edward H White II Street, Building 402, Patrick AFB, FL 32925, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('patrick-air-force-base-FL-space-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('patrick-air-force-base-FL-space-coast-credit-union'), mapOptions);}document.getElementById('db9dfc58').innerHTML += ' | View Map';var $lcc2d963c43ca4c2f61cccc954214ccc6 = '

Space Coast Credit Union

Address: 1303 Edward H White II Street, Building 402, Patrick AFB, FL 32925, USA
Phone: (321) 752-2222
';var m_cc2d963c43ca4c2f61cccc954214ccc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Space Coast Credit Union',});m_cc2d963c43ca4c2f61cccc954214ccc6['infowindow'] = new google.maps.InfoWindow({content: $lcc2d963c43ca4c2f61cccc954214ccc6});var infowindow = new google.maps.InfoWindow({content: $lcc2d963c43ca4c2f61cccc954214ccc6});google.maps.event.addListener(m_cc2d963c43ca4c2f61cccc954214ccc6, 'click', function() {infowindow.open(map,m_cc2d963c43ca4c2f61cccc954214ccc6);});$marker.push(m_cc2d963c43ca4c2f61cccc954214ccc6);}});}google.maps.event.addDomListener(window, 'load', initialize);