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.206,-84.1362)};var g_4dd2d5ef03b5f31c910a21357158f3ac = new google.maps.Geocoder();g_4dd2d5ef03b5f31c910a21357158f3ac.geocode( { 'address': "1700 Market Place Blvd, Cumming, GA 30041"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-alliance-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-alliance-national-bank'), mapOptions);}document.getElementById('bec83bb5').innerHTML += ' | View Map';var $l4dd2d5ef03b5f31c910a21357158f3ac = '

Alliance National Bank

Address: 1700 Market Place Blvd, Cumming, GA 30041
Phone: (678) 208-6300
';var m_4dd2d5ef03b5f31c910a21357158f3ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance National Bank',});m_4dd2d5ef03b5f31c910a21357158f3ac['infowindow'] = new google.maps.InfoWindow({content: $l4dd2d5ef03b5f31c910a21357158f3ac});var infowindow = new google.maps.InfoWindow({content: $l4dd2d5ef03b5f31c910a21357158f3ac});google.maps.event.addListener(m_4dd2d5ef03b5f31c910a21357158f3ac, 'click', function() {infowindow.open(map,m_4dd2d5ef03b5f31c910a21357158f3ac);});$marker.push(m_4dd2d5ef03b5f31c910a21357158f3ac);}});}google.maps.event.addDomListener(window, 'load', initialize);