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.7728,-78.6351)};var g_dd4729902a3476b2bc9675e3530a852c = new google.maps.Geocoder();g_dd4729902a3476b2bc9675e3530a852c.geocode( { 'address': "200 Glen Rd, Raleigh, NC 27601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raleigh-NC-four-oaks-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('raleigh-NC-four-oaks-bank-trust-company'), mapOptions);}document.getElementById('a4f351f0').innerHTML += ' | View Map';var $ldd4729902a3476b2bc9675e3530a852c = '

Four Oaks Bank & Trust Company

Address: 200 Glen Rd, Raleigh, NC 27601
Phone: (919) 662-9005
';var m_dd4729902a3476b2bc9675e3530a852c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Four Oaks Bank & Trust Company',});m_dd4729902a3476b2bc9675e3530a852c['infowindow'] = new google.maps.InfoWindow({content: $ldd4729902a3476b2bc9675e3530a852c});var infowindow = new google.maps.InfoWindow({content: $ldd4729902a3476b2bc9675e3530a852c});google.maps.event.addListener(m_dd4729902a3476b2bc9675e3530a852c, 'click', function() {infowindow.open(map,m_dd4729902a3476b2bc9675e3530a852c);});$marker.push(m_dd4729902a3476b2bc9675e3530a852c);}});}google.maps.event.addDomListener(window, 'load', initialize);