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.968,-84.0702)};var g_a9b619275b593d7ad6cd2df7da76d397 = new google.maps.Geocoder();g_a9b619275b593d7ad6cd2df7da76d397.geocode( { 'address': "5415 Sugarloaf Pkwy #2206, Lawrenceville, GA 30043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrenceville-GA-pen-pointe-commercial-underwriters-dba-pen-pointe-brokers-llc').style.display = '';map = new google.maps.Map(document.getElementById('lawrenceville-GA-pen-pointe-commercial-underwriters-dba-pen-pointe-brokers-llc'), mapOptions);}document.getElementById('bbff397b').innerHTML += ' | View Map';var $la9b619275b593d7ad6cd2df7da76d397 = '

Pen Pointe Commercial Underwriters dba Pen Pointe Brokers LLC

Address: 5415 Sugarloaf Pkwy #2206, Lawrenceville, GA 30043, USA
Phone: (770) 910-7459
';var m_a9b619275b593d7ad6cd2df7da76d397 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pen Pointe Commercial Underwriters dba Pen Pointe Brokers LLC',});m_a9b619275b593d7ad6cd2df7da76d397['infowindow'] = new google.maps.InfoWindow({content: $la9b619275b593d7ad6cd2df7da76d397});var infowindow = new google.maps.InfoWindow({content: $la9b619275b593d7ad6cd2df7da76d397});google.maps.event.addListener(m_a9b619275b593d7ad6cd2df7da76d397, 'click', function() {infowindow.open(map,m_a9b619275b593d7ad6cd2df7da76d397);});$marker.push(m_a9b619275b593d7ad6cd2df7da76d397);}});}google.maps.event.addDomListener(window, 'load', initialize);