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.0991,-80.0095)};var g_edc8ca5f86528cca2fa5444cd59d18ae = new google.maps.Geocoder();g_edc8ca5f86528cca2fa5444cd59d18ae.geocode( { 'address': "1575 John Knox Drive, Colfax, NC 27235"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colfax-NC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('colfax-NC-suntrust-bank'), mapOptions);}document.getElementById('549f2f88').innerHTML += ' | View Map';var $ledc8ca5f86528cca2fa5444cd59d18ae = '

SunTrust Bank

Address: 1575 John Knox Drive, Colfax, NC 27235
Phone: (336) 668-7451
';var m_edc8ca5f86528cca2fa5444cd59d18ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_edc8ca5f86528cca2fa5444cd59d18ae['infowindow'] = new google.maps.InfoWindow({content: $ledc8ca5f86528cca2fa5444cd59d18ae});var infowindow = new google.maps.InfoWindow({content: $ledc8ca5f86528cca2fa5444cd59d18ae});google.maps.event.addListener(m_edc8ca5f86528cca2fa5444cd59d18ae, 'click', function() {infowindow.open(map,m_edc8ca5f86528cca2fa5444cd59d18ae);});$marker.push(m_edc8ca5f86528cca2fa5444cd59d18ae);}});}google.maps.event.addDomListener(window, 'load', initialize);