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(34.0629,-84.0739)};var g_8a5bef4998bcf1e09d59f818b7846bd5 = new google.maps.Geocoder();g_8a5bef4998bcf1e09d59f818b7846bd5.geocode( { 'address': "480 Peachtree Industrial Blvd, Suwanee, GA 30024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suwanee-GA-brand-banking').style.display = '';map = new google.maps.Map(document.getElementById('suwanee-GA-brand-banking'), mapOptions);}document.getElementById('ead0bab4').innerHTML += ' | View Map';var $l8a5bef4998bcf1e09d59f818b7846bd5 = '

Brand Banking

Address: 480 Peachtree Industrial Blvd, Suwanee, GA 30024, USA
Phone: (678) 546-5915
';var m_8a5bef4998bcf1e09d59f818b7846bd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brand Banking',});m_8a5bef4998bcf1e09d59f818b7846bd5['infowindow'] = new google.maps.InfoWindow({content: $l8a5bef4998bcf1e09d59f818b7846bd5});var infowindow = new google.maps.InfoWindow({content: $l8a5bef4998bcf1e09d59f818b7846bd5});google.maps.event.addListener(m_8a5bef4998bcf1e09d59f818b7846bd5, 'click', function() {infowindow.open(map,m_8a5bef4998bcf1e09d59f818b7846bd5);});$marker.push(m_8a5bef4998bcf1e09d59f818b7846bd5);}});}google.maps.event.addDomListener(window, 'load', initialize);