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(38.1385,-79.0471)};var g_a703d2f05b20bf9bb7e35a9f44d7ccce = new google.maps.Geocoder();g_a703d2f05b20bf9bb7e35a9f44d7ccce.geocode( { 'address': "1013 Richmond Ave, Staunton, VA 24401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-frontier-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-frontier-community-bank'), mapOptions);}document.getElementById('00db63f7').innerHTML += ' | View Map';var $la703d2f05b20bf9bb7e35a9f44d7ccce = '

Frontier Community Bank

Address: 1013 Richmond Ave, Staunton, VA 24401, USA
Phone: (540) 213-1200
';var m_a703d2f05b20bf9bb7e35a9f44d7ccce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frontier Community Bank',});m_a703d2f05b20bf9bb7e35a9f44d7ccce['infowindow'] = new google.maps.InfoWindow({content: $la703d2f05b20bf9bb7e35a9f44d7ccce});var infowindow = new google.maps.InfoWindow({content: $la703d2f05b20bf9bb7e35a9f44d7ccce});google.maps.event.addListener(m_a703d2f05b20bf9bb7e35a9f44d7ccce, 'click', function() {infowindow.open(map,m_a703d2f05b20bf9bb7e35a9f44d7ccce);});$marker.push(m_a703d2f05b20bf9bb7e35a9f44d7ccce);}});}google.maps.event.addDomListener(window, 'load', initialize);