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.5549,-80.4114)};var g_3c9b5f1cd6a030bcb7bed9eac80589fb = new google.maps.Geocoder();g_3c9b5f1cd6a030bcb7bed9eac80589fb.geocode( { 'address': "418 W Main St, Rockwell, NC 28138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockwell-NC-f--m-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockwell-NC-f--m-bank'), mapOptions);}document.getElementById('e5ee11dd').innerHTML += ' | View Map';var $l3c9b5f1cd6a030bcb7bed9eac80589fb = '

F & M Bank

Address: 418 W Main St, Rockwell, NC 28138, USA
Phone: (704) 279-7281
';var m_3c9b5f1cd6a030bcb7bed9eac80589fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_3c9b5f1cd6a030bcb7bed9eac80589fb['infowindow'] = new google.maps.InfoWindow({content: $l3c9b5f1cd6a030bcb7bed9eac80589fb});var infowindow = new google.maps.InfoWindow({content: $l3c9b5f1cd6a030bcb7bed9eac80589fb});google.maps.event.addListener(m_3c9b5f1cd6a030bcb7bed9eac80589fb, 'click', function() {infowindow.open(map,m_3c9b5f1cd6a030bcb7bed9eac80589fb);});$marker.push(m_3c9b5f1cd6a030bcb7bed9eac80589fb);}});}google.maps.event.addDomListener(window, 'load', initialize);