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.7225,-85.1414)};var g_5afff40fdaf425079e0eb4296b3f9bc0 = new google.maps.Geocoder();g_5afff40fdaf425079e0eb4296b3f9bc0.geocode( { 'address': "523 Pacific ave. (Beside the people pleaser gas station), Bremen, GA 30110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremen-GA-city-pawn--title-loans').style.display = '';map = new google.maps.Map(document.getElementById('bremen-GA-city-pawn--title-loans'), mapOptions);}document.getElementById('e063313f').innerHTML += ' | View Map';var $l5afff40fdaf425079e0eb4296b3f9bc0 = '

CITY PAWN & TITLE LOANS

Address: 523 Pacific ave. (Beside the people pleaser gas station), Bremen, GA 30110, USA
Phone: (770) 537-7002
';var m_5afff40fdaf425079e0eb4296b3f9bc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CITY PAWN & TITLE LOANS',});m_5afff40fdaf425079e0eb4296b3f9bc0['infowindow'] = new google.maps.InfoWindow({content: $l5afff40fdaf425079e0eb4296b3f9bc0});var infowindow = new google.maps.InfoWindow({content: $l5afff40fdaf425079e0eb4296b3f9bc0});google.maps.event.addListener(m_5afff40fdaf425079e0eb4296b3f9bc0, 'click', function() {infowindow.open(map,m_5afff40fdaf425079e0eb4296b3f9bc0);});$marker.push(m_5afff40fdaf425079e0eb4296b3f9bc0);}});}google.maps.event.addDomListener(window, 'load', initialize);