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.7322,-84.9205)};var g_08b4e13c702f402fcbefb1919b938767 = new google.maps.Geocoder();g_08b4e13c702f402fcbefb1919b938767.geocode( { 'address': "222 W Montgomery St, Villa Rica, GA 30180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-rica-GA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('villa-rica-GA-world-finance-corporation'), mapOptions);}document.getElementById('d9f931fc').innerHTML += ' | View Map';var $l08b4e13c702f402fcbefb1919b938767 = '

World Finance Corporation

Address: 222 W Montgomery St, Villa Rica, GA 30180, USA
Phone: (770) 459-1545
';var m_08b4e13c702f402fcbefb1919b938767 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_08b4e13c702f402fcbefb1919b938767['infowindow'] = new google.maps.InfoWindow({content: $l08b4e13c702f402fcbefb1919b938767});var infowindow = new google.maps.InfoWindow({content: $l08b4e13c702f402fcbefb1919b938767});google.maps.event.addListener(m_08b4e13c702f402fcbefb1919b938767, 'click', function() {infowindow.open(map,m_08b4e13c702f402fcbefb1919b938767);});$marker.push(m_08b4e13c702f402fcbefb1919b938767);}});}google.maps.event.addDomListener(window, 'load', initialize);