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.9349,-79.0375)};var g_366210de41ccaf773015edd201d2ee1c = new google.maps.Geocoder();g_366210de41ccaf773015edd201d2ee1c.geocode( { 'address': "1650 E Franklin St, Chapel Hill, NC 27514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-first-citizens-bank'), mapOptions);}document.getElementById('51c08358').innerHTML += ' | View Map';var $l366210de41ccaf773015edd201d2ee1c = '

First Citizens Bank

Address: 1650 E Franklin St, Chapel Hill, NC 27514
Phone: (919) 932-2550
';var m_366210de41ccaf773015edd201d2ee1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_366210de41ccaf773015edd201d2ee1c['infowindow'] = new google.maps.InfoWindow({content: $l366210de41ccaf773015edd201d2ee1c});var infowindow = new google.maps.InfoWindow({content: $l366210de41ccaf773015edd201d2ee1c});google.maps.event.addListener(m_366210de41ccaf773015edd201d2ee1c, 'click', function() {infowindow.open(map,m_366210de41ccaf773015edd201d2ee1c);});$marker.push(m_366210de41ccaf773015edd201d2ee1c);}});}google.maps.event.addDomListener(window, 'load', initialize);