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(36.7554,-76.0644)};var g_df65ba5a3f2b20e375f01c95844b7180 = new google.maps.Geocoder();g_df65ba5a3f2b20e375f01c95844b7180.geocode( { 'address': "2476 Nimmo Pkwy # 122, Virginia Beach, VA 23456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-beach-VA-beach-municipal-fcu').style.display = '';map = new google.maps.Map(document.getElementById('virginia-beach-VA-beach-municipal-fcu'), mapOptions);}document.getElementById('bdf6d5fd').innerHTML += ' | View Map';var $ldf65ba5a3f2b20e375f01c95844b7180 = '

Beach Municipal FCU

Address: 2476 Nimmo Pkwy # 122, Virginia Beach, VA 23456, USA
Phone: (757) 333-7787
';var m_df65ba5a3f2b20e375f01c95844b7180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beach Municipal FCU',});m_df65ba5a3f2b20e375f01c95844b7180['infowindow'] = new google.maps.InfoWindow({content: $ldf65ba5a3f2b20e375f01c95844b7180});var infowindow = new google.maps.InfoWindow({content: $ldf65ba5a3f2b20e375f01c95844b7180});google.maps.event.addListener(m_df65ba5a3f2b20e375f01c95844b7180, 'click', function() {infowindow.open(map,m_df65ba5a3f2b20e375f01c95844b7180);});$marker.push(m_df65ba5a3f2b20e375f01c95844b7180);}});}google.maps.event.addDomListener(window, 'load', initialize);