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(33.4696,-84.0491)};var g_a56fd7bf7ed10c7ae1355155eaa8535b = new google.maps.Geocoder();g_a56fd7bf7ed10c7ae1355155eaa8535b.geocode( { 'address': "1971 Jonesboro Rd, Mcdonough, GA 30253"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-first-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-first-city-bank'), mapOptions);}document.getElementById('55388abd').innerHTML += ' | View Map';var $la56fd7bf7ed10c7ae1355155eaa8535b = '

First City Bank

Address: 1971 Jonesboro Rd, Mcdonough, GA 30253
Phone: (770) 954-3303
';var m_a56fd7bf7ed10c7ae1355155eaa8535b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First City Bank',});m_a56fd7bf7ed10c7ae1355155eaa8535b['infowindow'] = new google.maps.InfoWindow({content: $la56fd7bf7ed10c7ae1355155eaa8535b});var infowindow = new google.maps.InfoWindow({content: $la56fd7bf7ed10c7ae1355155eaa8535b});google.maps.event.addListener(m_a56fd7bf7ed10c7ae1355155eaa8535b, 'click', function() {infowindow.open(map,m_a56fd7bf7ed10c7ae1355155eaa8535b);});$marker.push(m_a56fd7bf7ed10c7ae1355155eaa8535b);}});}google.maps.event.addDomListener(window, 'load', initialize);