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.0898,-78.2998)};var g_84282c74e61200832581921b88b2ab32 = new google.maps.Geocoder();g_84282c74e61200832581921b88b2ab32.geocode( { 'address': "512 S Bickett Blvd, Louisburg, NC 27549"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisburg-NC-union-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('louisburg-NC-union-bank-trust'), mapOptions);}document.getElementById('1cece104').innerHTML += ' | View Map';var $l84282c74e61200832581921b88b2ab32 = '

Union Bank & Trust

Address: 512 S Bickett Blvd, Louisburg, NC 27549
Phone: (919) 340-1884
';var m_84282c74e61200832581921b88b2ab32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust',});m_84282c74e61200832581921b88b2ab32['infowindow'] = new google.maps.InfoWindow({content: $l84282c74e61200832581921b88b2ab32});var infowindow = new google.maps.InfoWindow({content: $l84282c74e61200832581921b88b2ab32});google.maps.event.addListener(m_84282c74e61200832581921b88b2ab32, 'click', function() {infowindow.open(map,m_84282c74e61200832581921b88b2ab32);});$marker.push(m_84282c74e61200832581921b88b2ab32);}});}google.maps.event.addDomListener(window, 'load', initialize);