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(35.5865,-80.463)};var g_e5c3ca247e426460c90bd80ee8145757 = new google.maps.Geocoder();g_e5c3ca247e426460c90bd80ee8145757.geocode( { 'address': "101 S Main St, Faith, NC 28041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('faith-NC-f--m-bank').style.display = '';map = new google.maps.Map(document.getElementById('faith-NC-f--m-bank'), mapOptions);}document.getElementById('f5336ccb').innerHTML += ' | View Map';var $le5c3ca247e426460c90bd80ee8145757 = '

F & M Bank

Address: 101 S Main St, Faith, NC 28041, USA
Phone: (704) 279-7284
';var m_e5c3ca247e426460c90bd80ee8145757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_e5c3ca247e426460c90bd80ee8145757['infowindow'] = new google.maps.InfoWindow({content: $le5c3ca247e426460c90bd80ee8145757});var infowindow = new google.maps.InfoWindow({content: $le5c3ca247e426460c90bd80ee8145757});google.maps.event.addListener(m_e5c3ca247e426460c90bd80ee8145757, 'click', function() {infowindow.open(map,m_e5c3ca247e426460c90bd80ee8145757);});$marker.push(m_e5c3ca247e426460c90bd80ee8145757);}});}google.maps.event.addDomListener(window, 'load', initialize);