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.0233,-85.0781)};var g_5aab999880674f1be55bd7431b6dabc6 = new google.maps.Geocoder();g_5aab999880674f1be55bd7431b6dabc6.geocode( { 'address': "2219 W Point Rd C100A, LaGrange, GA 30240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-GA-title-back').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-GA-title-back'), mapOptions);}document.getElementById('5aaa16c9').innerHTML += ' | View Map';var $l5aab999880674f1be55bd7431b6dabc6 = '

Title Back

Address: 2219 W Point Rd C100A, LaGrange, GA 30240, USA
Phone: (706) 443-5300
';var m_5aab999880674f1be55bd7431b6dabc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Back',});m_5aab999880674f1be55bd7431b6dabc6['infowindow'] = new google.maps.InfoWindow({content: $l5aab999880674f1be55bd7431b6dabc6});var infowindow = new google.maps.InfoWindow({content: $l5aab999880674f1be55bd7431b6dabc6});google.maps.event.addListener(m_5aab999880674f1be55bd7431b6dabc6, 'click', function() {infowindow.open(map,m_5aab999880674f1be55bd7431b6dabc6);});$marker.push(m_5aab999880674f1be55bd7431b6dabc6);}});}google.maps.event.addDomListener(window, 'load', initialize);