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.2584,-81.151)};var g_1ce5e897cda6aeb211dffe8d514f4365 = new google.maps.Geocoder();g_1ce5e897cda6aeb211dffe8d514f4365.geocode( { 'address': "355 S New Hope Rd, Gastonia, NC 28054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-bank-of-america-financial-center'), mapOptions);}document.getElementById('6f44eea8').innerHTML += ' | View Map';var $l1ce5e897cda6aeb211dffe8d514f4365 = '

Bank of America Financial Center

Address: 355 S New Hope Rd, Gastonia, NC 28054, USA
Phone: (704) 854-4130
';var m_1ce5e897cda6aeb211dffe8d514f4365 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_1ce5e897cda6aeb211dffe8d514f4365['infowindow'] = new google.maps.InfoWindow({content: $l1ce5e897cda6aeb211dffe8d514f4365});var infowindow = new google.maps.InfoWindow({content: $l1ce5e897cda6aeb211dffe8d514f4365});google.maps.event.addListener(m_1ce5e897cda6aeb211dffe8d514f4365, 'click', function() {infowindow.open(map,m_1ce5e897cda6aeb211dffe8d514f4365);});$marker.push(m_1ce5e897cda6aeb211dffe8d514f4365);}});}google.maps.event.addDomListener(window, 'load', initialize);