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.149,-80.6809)};var g_6664899494b49f3b62bcd4211d3f8c4b = new google.maps.Geocoder();g_6664899494b49f3b62bcd4211d3f8c4b.geocode( { 'address': "4335 Matthews-Mint Hill Rd, Matthews, NC 28105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matthews-NC-yadkin-bank').style.display = '';map = new google.maps.Map(document.getElementById('matthews-NC-yadkin-bank'), mapOptions);}document.getElementById('c82ff9fd').innerHTML += ' | View Map';var $l6664899494b49f3b62bcd4211d3f8c4b = '

Yadkin Bank

Address: 4335 Matthews-Mint Hill Rd, Matthews, NC 28105, USA
Phone: (704) 573-6547
';var m_6664899494b49f3b62bcd4211d3f8c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yadkin Bank',});m_6664899494b49f3b62bcd4211d3f8c4b['infowindow'] = new google.maps.InfoWindow({content: $l6664899494b49f3b62bcd4211d3f8c4b});var infowindow = new google.maps.InfoWindow({content: $l6664899494b49f3b62bcd4211d3f8c4b});google.maps.event.addListener(m_6664899494b49f3b62bcd4211d3f8c4b, 'click', function() {infowindow.open(map,m_6664899494b49f3b62bcd4211d3f8c4b);});$marker.push(m_6664899494b49f3b62bcd4211d3f8c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);