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.462,-83.3158)};var g_539f5e70efa47f3c9991360f0ca97b13 = new google.maps.Geocoder();g_539f5e70efa47f3c9991360f0ca97b13.geocode( { 'address': "111 Cherokee Crossing, Whittier, NC 28789, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whittier-NC-atm-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('whittier-NC-atm-first-citizens-bank'), mapOptions);}document.getElementById('67d80b53').innerHTML += ' | View Map';var $l539f5e70efa47f3c9991360f0ca97b13 = '

ATM (First Citizens Bank)

Address: 111 Cherokee Crossing, Whittier, NC 28789, USA
Phone:
';var m_539f5e70efa47f3c9991360f0ca97b13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (First Citizens Bank)',});m_539f5e70efa47f3c9991360f0ca97b13['infowindow'] = new google.maps.InfoWindow({content: $l539f5e70efa47f3c9991360f0ca97b13});var infowindow = new google.maps.InfoWindow({content: $l539f5e70efa47f3c9991360f0ca97b13});google.maps.event.addListener(m_539f5e70efa47f3c9991360f0ca97b13, 'click', function() {infowindow.open(map,m_539f5e70efa47f3c9991360f0ca97b13);});$marker.push(m_539f5e70efa47f3c9991360f0ca97b13);}});}google.maps.event.addDomListener(window, 'load', initialize);