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(34.0643,-84.1661)};var g_ea5def399cab671b4c7c1a95e4a4747f = new google.maps.Geocoder();g_ea5def399cab671b4c7c1a95e4a4747f.geocode( { 'address': "6470 E Johns Crossing, Johns Creek, GA 30097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johns-creek-GA-marlin-leasing').style.display = '';map = new google.maps.Map(document.getElementById('johns-creek-GA-marlin-leasing'), mapOptions);}document.getElementById('65a931d7').innerHTML += ' | View Map';var $lea5def399cab671b4c7c1a95e4a4747f = '

Marlin Leasing

Address: 6470 E Johns Crossing, Johns Creek, GA 30097, USA
Phone: (888) 479-9111
';var m_ea5def399cab671b4c7c1a95e4a4747f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marlin Leasing',});m_ea5def399cab671b4c7c1a95e4a4747f['infowindow'] = new google.maps.InfoWindow({content: $lea5def399cab671b4c7c1a95e4a4747f});var infowindow = new google.maps.InfoWindow({content: $lea5def399cab671b4c7c1a95e4a4747f});google.maps.event.addListener(m_ea5def399cab671b4c7c1a95e4a4747f, 'click', function() {infowindow.open(map,m_ea5def399cab671b4c7c1a95e4a4747f);});$marker.push(m_ea5def399cab671b4c7c1a95e4a4747f);}});}google.maps.event.addDomListener(window, 'load', initialize);