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.401,-80.5838)};var g_b9a460fcae3ca69706c8e2e3383b9698 = new google.maps.Geocoder();g_b9a460fcae3ca69706c8e2e3383b9698.geocode( { 'address': "635 Church St N, Concord, NC 28025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NC-f-m-bank').style.display = '';map = new google.maps.Map(document.getElementById('concord-NC-f-m-bank'), mapOptions);}document.getElementById('b40a4e1b').innerHTML += ' | View Map';var $lb9a460fcae3ca69706c8e2e3383b9698 = '

F & M Bank

Address: 635 Church St N, Concord, NC 28025
Phone: (704) 788-6555
';var m_b9a460fcae3ca69706c8e2e3383b9698 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_b9a460fcae3ca69706c8e2e3383b9698['infowindow'] = new google.maps.InfoWindow({content: $lb9a460fcae3ca69706c8e2e3383b9698});var infowindow = new google.maps.InfoWindow({content: $lb9a460fcae3ca69706c8e2e3383b9698});google.maps.event.addListener(m_b9a460fcae3ca69706c8e2e3383b9698, 'click', function() {infowindow.open(map,m_b9a460fcae3ca69706c8e2e3383b9698);});$marker.push(m_b9a460fcae3ca69706c8e2e3383b9698);}});}google.maps.event.addDomListener(window, 'load', initialize);