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.7056,-81.2198)};var g_6b7dd1eef93a9c8a69c524492bc0cf56 = new google.maps.Geocoder();g_6b7dd1eef93a9c8a69c524492bc0cf56.geocode( { 'address': "202 1st Ave S, Conover, NC 28613, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conover-NC-bbt---conover-branch').style.display = '';map = new google.maps.Map(document.getElementById('conover-NC-bbt---conover-branch'), mapOptions);}document.getElementById('e4ef5a8d').innerHTML += ' | View Map';var $l6b7dd1eef93a9c8a69c524492bc0cf56 = '

BB&T - Conover Branch

Address: 202 1st Ave S, Conover, NC 28613, USA
Phone: (828) 465-8880
';var m_6b7dd1eef93a9c8a69c524492bc0cf56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Conover Branch',});m_6b7dd1eef93a9c8a69c524492bc0cf56['infowindow'] = new google.maps.InfoWindow({content: $l6b7dd1eef93a9c8a69c524492bc0cf56});var infowindow = new google.maps.InfoWindow({content: $l6b7dd1eef93a9c8a69c524492bc0cf56});google.maps.event.addListener(m_6b7dd1eef93a9c8a69c524492bc0cf56, 'click', function() {infowindow.open(map,m_6b7dd1eef93a9c8a69c524492bc0cf56);});$marker.push(m_6b7dd1eef93a9c8a69c524492bc0cf56);}});}google.maps.event.addDomListener(window, 'load', initialize);