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(39.1088,-84.5012)};var g_b95690a664f523f81c5dfabba1230d69 = new google.maps.Geocoder();g_b95690a664f523f81c5dfabba1230d69.geocode( { 'address': "4000 Smith Rd, Cincinnati, OH 45209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-united-community-banks-inc').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-united-community-banks-inc'), mapOptions);}document.getElementById('86531fc8').innerHTML += ' | View Map';var $lb95690a664f523f81c5dfabba1230d69 = '

United Community Banks Inc

Address: 4000 Smith Rd, Cincinnati, OH 45209
Phone: (706) 781-2265
';var m_b95690a664f523f81c5dfabba1230d69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Banks Inc',});m_b95690a664f523f81c5dfabba1230d69['infowindow'] = new google.maps.InfoWindow({content: $lb95690a664f523f81c5dfabba1230d69});var infowindow = new google.maps.InfoWindow({content: $lb95690a664f523f81c5dfabba1230d69});google.maps.event.addListener(m_b95690a664f523f81c5dfabba1230d69, 'click', function() {infowindow.open(map,m_b95690a664f523f81c5dfabba1230d69);});$marker.push(m_b95690a664f523f81c5dfabba1230d69);}});}google.maps.event.addDomListener(window, 'load', initialize);