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.7117,-78.8196)};var g_12af59cd7f4ef7a1bd550a800e703af4 = new google.maps.Geocoder();g_12af59cd7f4ef7a1bd550a800e703af4.geocode( { 'address': "303 S Salem St, Apex, NC 27502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apex-NC-yadkin-bank').style.display = '';map = new google.maps.Map(document.getElementById('apex-NC-yadkin-bank'), mapOptions);}document.getElementById('52052e63').innerHTML += ' | View Map';var $l12af59cd7f4ef7a1bd550a800e703af4 = '

Yadkin Bank

Address: 303 S Salem St, Apex, NC 27502
Phone: (919) 303-7500
';var m_12af59cd7f4ef7a1bd550a800e703af4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yadkin Bank',});m_12af59cd7f4ef7a1bd550a800e703af4['infowindow'] = new google.maps.InfoWindow({content: $l12af59cd7f4ef7a1bd550a800e703af4});var infowindow = new google.maps.InfoWindow({content: $l12af59cd7f4ef7a1bd550a800e703af4});google.maps.event.addListener(m_12af59cd7f4ef7a1bd550a800e703af4, 'click', function() {infowindow.open(map,m_12af59cd7f4ef7a1bd550a800e703af4);});$marker.push(m_12af59cd7f4ef7a1bd550a800e703af4);}});}google.maps.event.addDomListener(window, 'load', initialize);