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.2604,-77.3945)};var g_34099815c2983577c45fffa3304ba64c = new google.maps.Geocoder();g_34099815c2983577c45fffa3304ba64c.geocode( { 'address': "2801 Conduit Rd, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-peoples-advantage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-peoples-advantage-federal-credit-union'), mapOptions);}document.getElementById('dab4f843').innerHTML += ' | View Map';var $l34099815c2983577c45fffa3304ba64c = '

Peoples Advantage Federal Credit Union

Address: 2801 Conduit Rd, Colonial Heights, VA 23834, USA
Phone: (804) 748-3081
';var m_34099815c2983577c45fffa3304ba64c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Advantage Federal Credit Union',});m_34099815c2983577c45fffa3304ba64c['infowindow'] = new google.maps.InfoWindow({content: $l34099815c2983577c45fffa3304ba64c});var infowindow = new google.maps.InfoWindow({content: $l34099815c2983577c45fffa3304ba64c});google.maps.event.addListener(m_34099815c2983577c45fffa3304ba64c, 'click', function() {infowindow.open(map,m_34099815c2983577c45fffa3304ba64c);});$marker.push(m_34099815c2983577c45fffa3304ba64c);}});}google.maps.event.addDomListener(window, 'load', initialize);