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(34.8317,-77.5765)};var g_31f5116542233ef0531e7f10d5ad1c89 = new google.maps.Geocoder();g_31f5116542233ef0531e7f10d5ad1c89.geocode( { 'address': "8400 Richlands Hwy, Richlands, NC 28574"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richlands-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('richlands-NC-first-citizens-bank'), mapOptions);}document.getElementById('88fc7558').innerHTML += ' | View Map';var $l31f5116542233ef0531e7f10d5ad1c89 = '

First Citizens Bank

Address: 8400 Richlands Hwy, Richlands, NC 28574
Phone: (910) 324-4131
';var m_31f5116542233ef0531e7f10d5ad1c89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_31f5116542233ef0531e7f10d5ad1c89['infowindow'] = new google.maps.InfoWindow({content: $l31f5116542233ef0531e7f10d5ad1c89});var infowindow = new google.maps.InfoWindow({content: $l31f5116542233ef0531e7f10d5ad1c89});google.maps.event.addListener(m_31f5116542233ef0531e7f10d5ad1c89, 'click', function() {infowindow.open(map,m_31f5116542233ef0531e7f10d5ad1c89);});$marker.push(m_31f5116542233ef0531e7f10d5ad1c89);}});}google.maps.event.addDomListener(window, 'load', initialize);