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.8699,-84.768)};var g_10220ded6024bc07c841c748e9f2939a = new google.maps.Geocoder();g_10220ded6024bc07c841c748e9f2939a.geocode( { 'address': "4900 Jimmy Lee Smith Pkwy, Hiram, GA 30141"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiram-GA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('hiram-GA-bank-of-america'), mapOptions);}document.getElementById('1b898e1e').innerHTML += ' | View Map';var $l10220ded6024bc07c841c748e9f2939a = '

Bank of America

Address: 4900 Jimmy Lee Smith Pkwy, Hiram, GA 30141
Phone: (770) 439-2690
';var m_10220ded6024bc07c841c748e9f2939a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_10220ded6024bc07c841c748e9f2939a['infowindow'] = new google.maps.InfoWindow({content: $l10220ded6024bc07c841c748e9f2939a});var infowindow = new google.maps.InfoWindow({content: $l10220ded6024bc07c841c748e9f2939a});google.maps.event.addListener(m_10220ded6024bc07c841c748e9f2939a, 'click', function() {infowindow.open(map,m_10220ded6024bc07c841c748e9f2939a);});$marker.push(m_10220ded6024bc07c841c748e9f2939a);}});}google.maps.event.addDomListener(window, 'load', initialize);