var names = ["Pro Network Solutions"]; var streets = ["112 West Dixie Avenue"]; var streets2 = ["","",""]; var citystatezips = ["Elizabethtown, KY 42701"]; var phones = ["(270) 734-9049"]; var faxes = ["(270) 360-1058"]; var LatNums = [37.693449]; var LongNums = [-85.858764]; var centerLat = 37.693449; var centerLong = -85.858764; var startZoom = 14; // 1-19, larger = zoomed in more var locs = []; var infos = []; var markers = []; var latlngs = []; var map; var totalMarkers; var linkAddy,linkURL = ""; function GoogleMap() { var latlng = new google.maps.LatLng(centerLat,centerLong); var myOptions = {zoom:startZoom, center:latlng, mapTypeId:google.maps.MapTypeId.ROADMAP}; map = new google.maps.Map(document.getElementById("googlemap"), myOptions); linkAddy = (streets[0]+"+"+citystatezips[0]).replace(/ /g,"+").replace(/,/g,""); linkURL = "http://maps.google.com/maps?f=q&hl=en&q="+linkAddy+"&om=1"; locs[0] = '