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_55adadba05c7c2706f8c5b4068ff79da = new google.maps.Geocoder();g_55adadba05c7c2706f8c5b4068ff79da.geocode( { 'address': "2555 Peachtree Pkwy, Cumming, GA 30041"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-iberiabank').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-iberiabank'), mapOptions);}document.getElementById('c684004a').innerHTML += ' | View Map';var $l55adadba05c7c2706f8c5b4068ff79da = '

IBERIABANK

Address: 2555 Peachtree Pkwy, Cumming, GA 30041
Phone: (770) 887-7219
';var m_55adadba05c7c2706f8c5b4068ff79da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBERIABANK',});m_55adadba05c7c2706f8c5b4068ff79da['infowindow'] = new google.maps.InfoWindow({content: $l55adadba05c7c2706f8c5b4068ff79da});var infowindow = new google.maps.InfoWindow({content: $l55adadba05c7c2706f8c5b4068ff79da});google.maps.event.addListener(m_55adadba05c7c2706f8c5b4068ff79da, 'click', function() {infowindow.open(map,m_55adadba05c7c2706f8c5b4068ff79da);});$marker.push(m_55adadba05c7c2706f8c5b4068ff79da);}});}google.maps.event.addDomListener(window, 'load', initialize);