function initializePlaceAutocomplete(){var i,r,u,n=!1,f={type:["geocode"],fields:["geometry.location","place_id","formatted_address"],componentRestrictions:{country:"us"}},t=function(n,t,i){if(t&&$("[id$='"+t+"']").val(""),i&&$("[id$='"+i+"']").val(""),n){var r=n.geometry.location;t&&$("[id$='"+t+"']").val(r.lat()+"|"+r.lng());i&&$("[id$='"+i+"']").val(n.formatted_address)}},o=function(){$("[id$='hdStartAddress']").val()&&$("[id$='hdStartAddress']").val()!==""&&($("#txtAddressSearch").val($("[id$='hdStartAddress']").val()),$("#txtStartAddress").val($("[id$='hdStartAddress']").val()));$("[id$='hdEndAddress']").val()&&$("[id$='hdEndAddress']").val()!==""&&$("#txtEndAddress").val($("[id$='hdEndAddress']").val())},s=function(i,r,u){var f=new google.maps.Geocoder;i.toString().indexOf("ga")===-1&&(i+=" GA");f.geocode({address:i},function(i,f){f==google.maps.GeocoderStatus.OK&&(n||t(i[0],r,u))})},e=function(t,i,r){var u=document.getElementById(t);u&&function(f){function e(e,h){if(e=="keydown"||e=="blur"){var c=h;h=function(e){var a=$(".pac-item-selected").length>0,h=e.keyCode||e.which,l,o;h!==13&&h!==9||a?e.type==="blur"&&(n=!1,u.value===""?($("[id$='"+i+"']").val(""),$("[id$='"+r+"']").val("")):(o=$(".pac-container .pac-item:first-child").text(),t==="txtStartAddress"?o.indexOf($("#txtEndAddress").val())!==-1&&(o=o.toString().replace($("#txtEndAddress").val(),"")):t==="txtEndAddress"&&o.indexOf($("#txtStartAddress").val())!==-1&&(o=o.toString().replace($("#txtStartAddress").val(),"")),u.value=o,s(o,i,r))):(l=$.Event("keydown",{keyCode:40,which:40}),c.apply(f,[l]));c.apply(f,[e])}}o.apply(f,[e,h])}var o=f.addEventListener?f.addEventListener:f.attachEvent;f.addEventListener?f.addEventListener=e:f.attachEvent&&(f.attachEvent=e)}(u)},h=function(){var r=document.getElementById("txtAddressSearch");r&&(i=new google.maps.places.Autocomplete(r,f),i.addListener("place_changed",function(){n=!0;var u=i.getPlace();r.value=u.formatted_address;t(u,"hdAddressLatLong","hdStartAddress")}),e("txtAddressSearch","hdAddressLatLong","hdStartAddress"))},c=function(){var i=document.getElementById("txtStartAddress");i&&(r=new google.maps.places.Autocomplete(i,f),r.addListener("place_changed",function(){n=!0;var u=r.getPlace();i.value=u.formatted_address;t(u,"hdAddressLatLong","hdStartAddress")}),e("txtStartAddress","hdAddressLatLong","hdStartAddress"))},l=function(){var i=document.getElementById("txtEndAddress");i&&(u=new google.maps.places.Autocomplete(i,f),u.addListener("place_changed",function(){n=!0;var r=u.getPlace();i.value=r.formatted_address;t(r,"hdEndAddressLatLong","hdEndAddress")}),e("txtEndAddress","hdEndAddressLatLong","hdEndAddress"))};o();h();c();l()}