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.6687,-76.9503)};var g_718010c95cc6dac83386e13c4635def8 = new google.maps.Geocoder();g_718010c95cc6dac83386e13c4635def8.geocode( { 'address': "1459 Armory Dr, Franklin, VA 23851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-VA-chartway-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('franklin-VA-chartway-federal-credit-union'), mapOptions);}document.getElementById('57c99fc7').innerHTML += ' | View Map';var $l718010c95cc6dac83386e13c4635def8 = '

Chartway Federal Credit Union

Address: 1459 Armory Dr, Franklin, VA 23851, USA
Phone: (800) 678-8765
';var m_718010c95cc6dac83386e13c4635def8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chartway Federal Credit Union',});m_718010c95cc6dac83386e13c4635def8['infowindow'] = new google.maps.InfoWindow({content: $l718010c95cc6dac83386e13c4635def8});var infowindow = new google.maps.InfoWindow({content: $l718010c95cc6dac83386e13c4635def8});google.maps.event.addListener(m_718010c95cc6dac83386e13c4635def8, 'click', function() {infowindow.open(map,m_718010c95cc6dac83386e13c4635def8);});$marker.push(m_718010c95cc6dac83386e13c4635def8);}});}google.maps.event.addDomListener(window, 'load', initialize);