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.2759,-80.0538)};var g_a3c76e648973d74742824deeb351b78d = new google.maps.Geocoder();g_a3c76e648973d74742824deeb351b78d.geocode( { 'address': "1406 S Colorado St, Salem, VA 24153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-VA-first-community-bank---salem').style.display = '';map = new google.maps.Map(document.getElementById('salem-VA-first-community-bank---salem'), mapOptions);}document.getElementById('2da27a4f').innerHTML += ' | View Map';var $la3c76e648973d74742824deeb351b78d = '

First Community Bank - Salem

Address: 1406 S Colorado St, Salem, VA 24153, USA
Phone: (540) 387-2605
';var m_a3c76e648973d74742824deeb351b78d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank - Salem',});m_a3c76e648973d74742824deeb351b78d['infowindow'] = new google.maps.InfoWindow({content: $la3c76e648973d74742824deeb351b78d});var infowindow = new google.maps.InfoWindow({content: $la3c76e648973d74742824deeb351b78d});google.maps.event.addListener(m_a3c76e648973d74742824deeb351b78d, 'click', function() {infowindow.open(map,m_a3c76e648973d74742824deeb351b78d);});$marker.push(m_a3c76e648973d74742824deeb351b78d);}});}google.maps.event.addDomListener(window, 'load', initialize);