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.0236,-79.3668)};var g_f1f3e014594ba3f4ed9d9a5f422281aa = new google.maps.Geocoder();g_f1f3e014594ba3f4ed9d9a5f422281aa.geocode( { 'address': "227 S Main St, Graham, NC 27253"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('graham-NC-capital-bank').style.display = '';map = new google.maps.Map(document.getElementById('graham-NC-capital-bank'), mapOptions);}document.getElementById('fde07ce7').innerHTML += ' | View Map';var $lf1f3e014594ba3f4ed9d9a5f422281aa = '

Capital Bank

Address: 227 S Main St, Graham, NC 27253
Phone: (336) 226-1198
';var m_f1f3e014594ba3f4ed9d9a5f422281aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Bank',});m_f1f3e014594ba3f4ed9d9a5f422281aa['infowindow'] = new google.maps.InfoWindow({content: $lf1f3e014594ba3f4ed9d9a5f422281aa});var infowindow = new google.maps.InfoWindow({content: $lf1f3e014594ba3f4ed9d9a5f422281aa});google.maps.event.addListener(m_f1f3e014594ba3f4ed9d9a5f422281aa, 'click', function() {infowindow.open(map,m_f1f3e014594ba3f4ed9d9a5f422281aa);});$marker.push(m_f1f3e014594ba3f4ed9d9a5f422281aa);}});}google.maps.event.addDomListener(window, 'load', initialize);