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.4019,-84.7253)};var g_3683b378e37c4d4a1454e1c13e6fa476 = new google.maps.Geocoder();g_3683b378e37c4d4a1454e1c13e6fa476.geocode( { 'address': "1690 GA-34, Newnan, GA 30265, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newnan-GA-premier-title-pawn-newnan').style.display = '';map = new google.maps.Map(document.getElementById('newnan-GA-premier-title-pawn-newnan'), mapOptions);}document.getElementById('f1a34fcb').innerHTML += ' | View Map';var $l3683b378e37c4d4a1454e1c13e6fa476 = '

Premier Title Pawn-Newnan

Address: 1690 GA-34, Newnan, GA 30265, USA
Phone: (770) 253-3330
';var m_3683b378e37c4d4a1454e1c13e6fa476 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Title Pawn-Newnan',});m_3683b378e37c4d4a1454e1c13e6fa476['infowindow'] = new google.maps.InfoWindow({content: $l3683b378e37c4d4a1454e1c13e6fa476});var infowindow = new google.maps.InfoWindow({content: $l3683b378e37c4d4a1454e1c13e6fa476});google.maps.event.addListener(m_3683b378e37c4d4a1454e1c13e6fa476, 'click', function() {infowindow.open(map,m_3683b378e37c4d4a1454e1c13e6fa476);});$marker.push(m_3683b378e37c4d4a1454e1c13e6fa476);}});}google.maps.event.addDomListener(window, 'load', initialize);