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.1227,-84.2968)};var g_bea99816975d4154590d05ce68da8b63 = new google.maps.Geocoder();g_bea99816975d4154590d05ce68da8b63.geocode( { 'address': "1650 Union Hill Rd, Alpharetta, GA 30005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-e-trade-bank').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-e-trade-bank'), mapOptions);}document.getElementById('bacabdc3').innerHTML += ' | View Map';var $lbea99816975d4154590d05ce68da8b63 = '

E Trade Bank

Address: 1650 Union Hill Rd, Alpharetta, GA 30005
Phone: (678) 624-0917
';var m_bea99816975d4154590d05ce68da8b63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E Trade Bank',});m_bea99816975d4154590d05ce68da8b63['infowindow'] = new google.maps.InfoWindow({content: $lbea99816975d4154590d05ce68da8b63});var infowindow = new google.maps.InfoWindow({content: $lbea99816975d4154590d05ce68da8b63});google.maps.event.addListener(m_bea99816975d4154590d05ce68da8b63, 'click', function() {infowindow.open(map,m_bea99816975d4154590d05ce68da8b63);});$marker.push(m_bea99816975d4154590d05ce68da8b63);}});}google.maps.event.addDomListener(window, 'load', initialize);