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.9531,-84.1367)};var g_5c913593e0b9650b966ca4c4fa7535c9 = new google.maps.Geocoder();g_5c913593e0b9650b966ca4c4fa7535c9.geocode( { 'address': "L, 3775 Venture Dr, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-international-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-international-credit-inc'), mapOptions);}document.getElementById('c5e1dfa2').innerHTML += ' | View Map';var $l5c913593e0b9650b966ca4c4fa7535c9 = '

International Credit Inc.

Address: L, 3775 Venture Dr, Duluth, GA 30096, USA
Phone: (678) 325-5154
';var m_5c913593e0b9650b966ca4c4fa7535c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Credit Inc.',});m_5c913593e0b9650b966ca4c4fa7535c9['infowindow'] = new google.maps.InfoWindow({content: $l5c913593e0b9650b966ca4c4fa7535c9});var infowindow = new google.maps.InfoWindow({content: $l5c913593e0b9650b966ca4c4fa7535c9});google.maps.event.addListener(m_5c913593e0b9650b966ca4c4fa7535c9, 'click', function() {infowindow.open(map,m_5c913593e0b9650b966ca4c4fa7535c9);});$marker.push(m_5c913593e0b9650b966ca4c4fa7535c9);}});}google.maps.event.addDomListener(window, 'load', initialize);