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.6633,-80.4992)};var g_599b61ce80e2d1ed26b62393d8c93c3c = new google.maps.Geocoder();g_599b61ce80e2d1ed26b62393d8c93c3c.geocode( { 'address': "630 Jake Alexander Blvd W, Salisbury, NC 28147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-farmers--merchants-bank'), mapOptions);}document.getElementById('f490c989').innerHTML += ' | View Map';var $l599b61ce80e2d1ed26b62393d8c93c3c = '

Farmers & Merchants Bank

Address: 630 Jake Alexander Blvd W, Salisbury, NC 28147, USA
Phone: (704) 633-7952
';var m_599b61ce80e2d1ed26b62393d8c93c3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_599b61ce80e2d1ed26b62393d8c93c3c['infowindow'] = new google.maps.InfoWindow({content: $l599b61ce80e2d1ed26b62393d8c93c3c});var infowindow = new google.maps.InfoWindow({content: $l599b61ce80e2d1ed26b62393d8c93c3c});google.maps.event.addListener(m_599b61ce80e2d1ed26b62393d8c93c3c, 'click', function() {infowindow.open(map,m_599b61ce80e2d1ed26b62393d8c93c3c);});$marker.push(m_599b61ce80e2d1ed26b62393d8c93c3c);}});}google.maps.event.addDomListener(window, 'load', initialize);