Job Expired

This posting has expired and applications are no longer being received and this job does not show up on the main job list.
Date Posted: Aug 18, 2014
Talentcor, a Div of Design Group Staffing

Job Description

function jobview_selectLocation(lat, lng, name, addr) { var url = "//maps.googleapis.com/maps/api/staticmap?center=" + lat + "," + lng + "&zoom=14&size=800x600&markers=color:red|label:X|" + lat + "," + lng + "&sensor=false"; var search_url = "//maps.google.com/?q=" + lat + "," + lng; $("#jobview_BigMap").attr("src", url); $("#jobview_link").attr("href", search_url); $("#jobview_static_map_link").attr("href", search_url); $("#jobview_name").html(name); $("#jobview_address").html(addr); } jQuery(document).ready(function () { $("#reset_jobdescription img").each(function () { if (!$(this).hasClass('img-responsive')) $(this).addClass('img-responsive'); }) });