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.6687,-80.4673)};var g_09ad6b97b47773d7ff7f499daf333174 = new google.maps.Geocoder();g_09ad6b97b47773d7ff7f499daf333174.geocode( { 'address': "125 E Liberty St, Salisbury, NC 28144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-farmers--merchant-bank').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-farmers--merchant-bank'), mapOptions);}document.getElementById('3ffad5be').innerHTML += ' | View Map';var $l09ad6b97b47773d7ff7f499daf333174 = '

Farmers & Merchant Bank

Address: 125 E Liberty St, Salisbury, NC 28144, USA
Phone: (704) 633-5272
';var m_09ad6b97b47773d7ff7f499daf333174 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchant Bank',});m_09ad6b97b47773d7ff7f499daf333174['infowindow'] = new google.maps.InfoWindow({content: $l09ad6b97b47773d7ff7f499daf333174});var infowindow = new google.maps.InfoWindow({content: $l09ad6b97b47773d7ff7f499daf333174});google.maps.event.addListener(m_09ad6b97b47773d7ff7f499daf333174, 'click', function() {infowindow.open(map,m_09ad6b97b47773d7ff7f499daf333174);});$marker.push(m_09ad6b97b47773d7ff7f499daf333174);}});}google.maps.event.addDomListener(window, 'load', initialize);