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(39.4613,-77.9651)};var g_694c3ed4f6d47ae2c43b28f7af8b07ac = new google.maps.Geocoder();g_694c3ed4f6d47ae2c43b28f7af8b07ac.geocode( { 'address': "115 Aikens Ctr, Martinsburg, WV 25404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-WV-first-united-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-WV-first-united-national-bank'), mapOptions);}document.getElementById('546c91fc').innerHTML += ' | View Map';var $l694c3ed4f6d47ae2c43b28f7af8b07ac = '

First United National Bank

Address: 115 Aikens Ctr, Martinsburg, WV 25404
Phone: (304) 262-9355
';var m_694c3ed4f6d47ae2c43b28f7af8b07ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United National Bank',});m_694c3ed4f6d47ae2c43b28f7af8b07ac['infowindow'] = new google.maps.InfoWindow({content: $l694c3ed4f6d47ae2c43b28f7af8b07ac});var infowindow = new google.maps.InfoWindow({content: $l694c3ed4f6d47ae2c43b28f7af8b07ac});google.maps.event.addListener(m_694c3ed4f6d47ae2c43b28f7af8b07ac, 'click', function() {infowindow.open(map,m_694c3ed4f6d47ae2c43b28f7af8b07ac);});$marker.push(m_694c3ed4f6d47ae2c43b28f7af8b07ac);}});}google.maps.event.addDomListener(window, 'load', initialize);