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.308,-77.7899)};var g_82dbc910c36a18401fc5c9ab06daa5f1 = new google.maps.Geocoder();g_82dbc910c36a18401fc5c9ab06daa5f1.geocode( { 'address': "3318 Pauls Path Rd, La Grange, NC 28551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grange-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-grange-NC-first-citizens-bank'), mapOptions);}document.getElementById('a9648938').innerHTML += ' | View Map';var $l82dbc910c36a18401fc5c9ab06daa5f1 = '

First Citizens Bank

Address: 3318 Pauls Path Rd, La Grange, NC 28551
Phone: (252) 566-0535
';var m_82dbc910c36a18401fc5c9ab06daa5f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_82dbc910c36a18401fc5c9ab06daa5f1['infowindow'] = new google.maps.InfoWindow({content: $l82dbc910c36a18401fc5c9ab06daa5f1});var infowindow = new google.maps.InfoWindow({content: $l82dbc910c36a18401fc5c9ab06daa5f1});google.maps.event.addListener(m_82dbc910c36a18401fc5c9ab06daa5f1, 'click', function() {infowindow.open(map,m_82dbc910c36a18401fc5c9ab06daa5f1);});$marker.push(m_82dbc910c36a18401fc5c9ab06daa5f1);}});}google.maps.event.addDomListener(window, 'load', initialize);