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(36.0104,-80.4473)};var g_845236f968590a1f48768112acc1eda7 = new google.maps.Geocoder();g_845236f968590a1f48768112acc1eda7.geocode( { 'address': "128 Yadkin Valley Rd, Advance, NC 27006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('advance-NC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('advance-NC-bank-of-america'), mapOptions);}document.getElementById('620ad03f').innerHTML += ' | View Map';var $l845236f968590a1f48768112acc1eda7 = '

Bank of America

Address: 128 Yadkin Valley Rd, Advance, NC 27006
Phone: (336) 940-3275
';var m_845236f968590a1f48768112acc1eda7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_845236f968590a1f48768112acc1eda7['infowindow'] = new google.maps.InfoWindow({content: $l845236f968590a1f48768112acc1eda7});var infowindow = new google.maps.InfoWindow({content: $l845236f968590a1f48768112acc1eda7});google.maps.event.addListener(m_845236f968590a1f48768112acc1eda7, 'click', function() {infowindow.open(map,m_845236f968590a1f48768112acc1eda7);});$marker.push(m_845236f968590a1f48768112acc1eda7);}});}google.maps.event.addDomListener(window, 'load', initialize);