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.7442,-84.5812)};var g_4826d3fe94f7d9cd404c67249b854bdd = new google.maps.Geocoder();g_4826d3fe94f7d9cd404c67249b854bdd.geocode( { 'address': "375 Riverside Pkwy # 100, Lithia Springs, GA 30122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lithia-springs-GA-bank-of-scotland').style.display = '';map = new google.maps.Map(document.getElementById('lithia-springs-GA-bank-of-scotland'), mapOptions);}document.getElementById('e808722b').innerHTML += ' | View Map';var $l4826d3fe94f7d9cd404c67249b854bdd = '

Bank of Scotland

Address: 375 Riverside Pkwy # 100, Lithia Springs, GA 30122, USA
Phone: (678) 398-8534
';var m_4826d3fe94f7d9cd404c67249b854bdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Scotland',});m_4826d3fe94f7d9cd404c67249b854bdd['infowindow'] = new google.maps.InfoWindow({content: $l4826d3fe94f7d9cd404c67249b854bdd});var infowindow = new google.maps.InfoWindow({content: $l4826d3fe94f7d9cd404c67249b854bdd});google.maps.event.addListener(m_4826d3fe94f7d9cd404c67249b854bdd, 'click', function() {infowindow.open(map,m_4826d3fe94f7d9cd404c67249b854bdd);});$marker.push(m_4826d3fe94f7d9cd404c67249b854bdd);}});}google.maps.event.addDomListener(window, 'load', initialize);