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_682fd484282af0db905c31ab6da21cb4 = new google.maps.Geocoder();g_682fd484282af0db905c31ab6da21cb4.geocode( { 'address': "100 Banks Dr, Chapel Hill, NC 27514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-bank-of-america'), mapOptions);}document.getElementById('c48f92e3').innerHTML += ' | View Map';var $l682fd484282af0db905c31ab6da21cb4 = '

Bank of America

Address: 100 Banks Dr, Chapel Hill, NC 27514
Phone: (919) 918-4266
';var m_682fd484282af0db905c31ab6da21cb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_682fd484282af0db905c31ab6da21cb4['infowindow'] = new google.maps.InfoWindow({content: $l682fd484282af0db905c31ab6da21cb4});var infowindow = new google.maps.InfoWindow({content: $l682fd484282af0db905c31ab6da21cb4});google.maps.event.addListener(m_682fd484282af0db905c31ab6da21cb4, 'click', function() {infowindow.open(map,m_682fd484282af0db905c31ab6da21cb4);});$marker.push(m_682fd484282af0db905c31ab6da21cb4);}});var g_d979b41f2f1a579fa186eef38c79da1b = new google.maps.Geocoder();g_d979b41f2f1a579fa186eef38c79da1b.geocode( { 'address': "851 Willow Dr, Chapel Hill, NC 27514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-bank-of-america'), mapOptions);}document.getElementById('ea22f8d4').innerHTML += ' | View Map';var $ld979b41f2f1a579fa186eef38c79da1b = '

Bank of America

Address: 851 Willow Dr, Chapel Hill, NC 27514
Phone: (919) 918-4228
';var m_d979b41f2f1a579fa186eef38c79da1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_d979b41f2f1a579fa186eef38c79da1b['infowindow'] = new google.maps.InfoWindow({content: $ld979b41f2f1a579fa186eef38c79da1b});var infowindow = new google.maps.InfoWindow({content: $ld979b41f2f1a579fa186eef38c79da1b});google.maps.event.addListener(m_d979b41f2f1a579fa186eef38c79da1b, 'click', function() {infowindow.open(map,m_d979b41f2f1a579fa186eef38c79da1b);});$marker.push(m_d979b41f2f1a579fa186eef38c79da1b);}});}google.maps.event.addDomListener(window, 'load', initialize);