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(37.3207,-80.6387)};var g_b2536bb8d03a531f21d4128a5efcf318 = new google.maps.Geocoder();g_b2536bb8d03a531f21d4128a5efcf318.geocode( { 'address': "5862 Virginia Ave, Pembroke, VA 24136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pembroke-VA-celco-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pembroke-VA-celco-community-federal-credit-union'), mapOptions);}document.getElementById('56848fe2').innerHTML += ' | View Map';var $lb2536bb8d03a531f21d4128a5efcf318 = '

CELCO COMMUNITY FEDERAL CREDIT UNION

Address: 5862 Virginia Ave, Pembroke, VA 24136, USA
Phone: (540) 626-2700
';var m_b2536bb8d03a531f21d4128a5efcf318 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CELCO COMMUNITY FEDERAL CREDIT UNION',});m_b2536bb8d03a531f21d4128a5efcf318['infowindow'] = new google.maps.InfoWindow({content: $lb2536bb8d03a531f21d4128a5efcf318});var infowindow = new google.maps.InfoWindow({content: $lb2536bb8d03a531f21d4128a5efcf318});google.maps.event.addListener(m_b2536bb8d03a531f21d4128a5efcf318, 'click', function() {infowindow.open(map,m_b2536bb8d03a531f21d4128a5efcf318);});$marker.push(m_b2536bb8d03a531f21d4128a5efcf318);}});}google.maps.event.addDomListener(window, 'load', initialize);