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.4854,-80.6263)};var g_4866c4bfe9590302a041f39fa8cca905 = new google.maps.Geocoder();g_4866c4bfe9590302a041f39fa8cca905.geocode( { 'address': "2975 Dale Earnhardt Blvd, Kannapolis, NC 28083"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kannapolis-NC-f-m-bank').style.display = '';map = new google.maps.Map(document.getElementById('kannapolis-NC-f-m-bank'), mapOptions);}document.getElementById('8f0daedb').innerHTML += ' | View Map';var $l4866c4bfe9590302a041f39fa8cca905 = '

F & M Bank

Address: 2975 Dale Earnhardt Blvd, Kannapolis, NC 28083
Phone: (704) 788-6300
';var m_4866c4bfe9590302a041f39fa8cca905 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_4866c4bfe9590302a041f39fa8cca905['infowindow'] = new google.maps.InfoWindow({content: $l4866c4bfe9590302a041f39fa8cca905});var infowindow = new google.maps.InfoWindow({content: $l4866c4bfe9590302a041f39fa8cca905});google.maps.event.addListener(m_4866c4bfe9590302a041f39fa8cca905, 'click', function() {infowindow.open(map,m_4866c4bfe9590302a041f39fa8cca905);});$marker.push(m_4866c4bfe9590302a041f39fa8cca905);}});}google.maps.event.addDomListener(window, 'load', initialize);