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.3035,-77.273)};var g_3f6b4b08cd14fa1f7ec21881dfbadbc9 = new google.maps.Geocoder();g_3f6b4b08cd14fa1f7ec21881dfbadbc9.geocode( { 'address': "910 Industrial St, Hopewell, VA 23860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopewell-VA-kraftsman-fcu').style.display = '';map = new google.maps.Map(document.getElementById('hopewell-VA-kraftsman-fcu'), mapOptions);}document.getElementById('ff6ed7ac').innerHTML += ' | View Map';var $l3f6b4b08cd14fa1f7ec21881dfbadbc9 = '

Kraftsman FCU

Address: 910 Industrial St, Hopewell, VA 23860, USA
Phone: (804) 541-9730
';var m_3f6b4b08cd14fa1f7ec21881dfbadbc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kraftsman FCU',});m_3f6b4b08cd14fa1f7ec21881dfbadbc9['infowindow'] = new google.maps.InfoWindow({content: $l3f6b4b08cd14fa1f7ec21881dfbadbc9});var infowindow = new google.maps.InfoWindow({content: $l3f6b4b08cd14fa1f7ec21881dfbadbc9});google.maps.event.addListener(m_3f6b4b08cd14fa1f7ec21881dfbadbc9, 'click', function() {infowindow.open(map,m_3f6b4b08cd14fa1f7ec21881dfbadbc9);});$marker.push(m_3f6b4b08cd14fa1f7ec21881dfbadbc9);}});}google.maps.event.addDomListener(window, 'load', initialize);